Show / Hide Table of Contents

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 Source

FromXml(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.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX