CryptoSys PKI Pro Manual

Rsa.FromXMLString(String) Method

Create an RSA key string in internal format from an XML string.

Syntax

[C#]
public static string FromXMLString(
   string xmlString 
)
[VB]
Public Shared Function FromXMLString (
   xmlString As String 
) As String

Parameters

xmlString  String
The XML string to use to reconstruct the RSA key

Return Value

String
Key string in internal format or empty string on error

Remarks

Creates an internal private key string if the XML contains private key parameters, otherwise an internal public key string.

See Also

VB6/C equivalent: RSA_FromXMLString

[Contents] [Index]

[PREV: Rsa.Encrypt Method...]   [Contents]   [Index]   
   [NEXT: Rsa.FromXMLString(String, Boolean) Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.