CryptoSys PKI Pro Manual

Rsa.ToXMLString Method

Creates an XML string representation of an RSA internal key string

Syntax

[C#]
public static string ToXMLString(
	string intKeyString,
	Rsa.XmlOptions options
)
[VB.NET]
Public Shared Function ToXMLString ( _
	intKeyString As String, _
	options As Rsa.XmlOptions _
) As String

Parameters

intKeyString
Internal key string
options
Type: Rsa.XmlOptions
Option flags: set as zero for defaults.

Return Value

XML string or empty string on error

Examples (VB.NET)

See Example1

See Also

VB6/C equivalent: RSA_ToXMLString

[Contents] [Index]

[PREV: Rsa.SavePublicKey Method...]   [Contents]   [Index]   
   [NEXT: Sig.GetHashAlgFromSigAlg Method...]

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