CryptoSys PKI Pro Manual

Rsa.FromXMLString Method (String, Rsa.XmlOptions)

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

Syntax

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

Parameters

xmlString
The XML string to use to reconstruct the RSA key
options
Type: Rsa.XmlOptions
Option flags: set as zero for defaults.

Return Value

Key string in internal format or empty string on error

See Also

VB6/C equivalent: RSA_FromXMLString

[Contents] [Index]

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

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.