CreateFromXmlString()
RSA::CreateFromXmlString(const String&) method
Creates default RSA algorithm implementation with specifed XML-encoded parameters.
static SharedPtr<RSA> System::Security::Cryptography::RSA::CreateFromXmlString(const String &xml_string)
Arguments
| Parameter | Type | Description | 
|---|---|---|
| xml_string | const String& | The parameters for the RSA algorithm. | 
See Also
- Typedef SharedPtr
 - Class RSA
 - Class String
 - Namespace System::Security::Cryptography
 - Library Aspose.Slides