Goedel.Cryptography.Jose.PrivateKeyRSA.PrivateKeyRSA C# (CSharp) Method

PrivateKeyRSA() public method

Initialize class from a JSON encoded class.
public PrivateKeyRSA ( string _String ) : System
_String string
return System
		public PrivateKeyRSA (string _String) {
			Deserialize (_String);
			}

Same methods

PrivateKeyRSA::PrivateKeyRSA ( ) : System
PrivateKeyRSA::PrivateKeyRSA ( JSONReader JSONReader ) : System
PrivateKeyRSA::PrivateKeyRSA ( RSAKeyPair KeyPair ) : System
PrivateKeyRSA::PrivateKeyRSA ( System.Security.Cryptography RSAParameters ) : System