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

GetKeyPair() public method

Extract a KeyPair object from the JOSE data structure.
public GetKeyPair ( ) : KeyPair
return Goedel.Cryptography.KeyPair
        public virtual KeyPair GetKeyPair () {
            return null;
            }