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

Key() public method

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

Same methods

Key::Key ( ) : System
Key::Key ( JSONReader JSONReader ) : System