CryptoSys PKI Pro Manual

Rsa.FromXMLString Method

Creates an RSA key string in internal format from an XML string

Syntax

[C#]
public static string FromXMLString(
	string xmlString,
	bool excludePrivateParams
)
[VB.NET]
Public Shared Function FromXMLString ( _
	xmlString As String, _
	excludePrivateParams As Boolean _
) As String

Parameters

xmlString
The XML string to use to reconstruct the RSA key
excludePrivateParams
Reconstruct public key details only

Return Value

Key string in internal format or empty string on error

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RSA_FromXMLString

[Contents] [Index]

[PREV: Rsa.EncodeMsgIso9796 Method...]   [Contents]   [Index]   
   [NEXT: Rsa.GetPrivateKeyFromPFX Method...]

Copyright © 2004-17 D.I. Management Services Pty Ltd. All rights reserved.