C# Class System.Security.Cryptography.X509Certificates.ECDsaCertificateExtensions

Show file Open project: dotnet/corefx

Public Methods

Method Description
GetECDsaPrivateKey ( this certificate ) : System.Security.Cryptography.ECDsa
GetECDsaPublicKey ( this certificate ) : System.Security.Cryptography.ECDsa

Method Details

GetECDsaPrivateKey() public static method

public static GetECDsaPrivateKey ( this certificate ) : System.Security.Cryptography.ECDsa
certificate this
return System.Security.Cryptography.ECDsa

GetECDsaPublicKey() public static method

public static GetECDsaPublicKey ( this certificate ) : System.Security.Cryptography.ECDsa
certificate this
return System.Security.Cryptography.ECDsa