Class RSAParametersExtensions
Extension methods for System.Security.Cryptography.RSAParameters.
Inheritance
System.Object
RSAParametersExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GlitchedPolygons.ExtensionMethods
Assembly: UnityScriptsLibrary.dll
Syntax
public static class RSAParametersExtensions
Methods
| Improve this Doc View SourceFromXml(String)
Deserializes an System.Security.Cryptography.RSAParameters instance from an xml string.
Declaration
public static RSAParameters FromXml(string xml)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | xml | The XML containing the System.Security.Cryptography.RSAParameters. |
Returns
| Type | Description |
|---|---|
| System.Security.Cryptography.RSAParameters | System.Security.Cryptography.RSAParameters. |
Exceptions
| Type | Condition |
|---|---|
| System.IO.InvalidDataException | Invalid XML RSA key. |