ECDsaCertificateExtensions Class

 

Provides extension methods for retrieving ECDsa implementations for the public and private keys of a X509Certificate2 certificate.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System.Core (in System.Core.dll)

System::Object
  System.Security.Cryptography.X509Certificates::ECDsaCertificateExtensions

[ExtensionAttribute]
public ref class ECDsaCertificateExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetECDsaPrivateKey(X509Certificate2^)

Gets the ECDsa private key from the X509Certificate2 certificate.

System_CAPS_pubmethodSystem_CAPS_staticGetECDsaPublicKey(X509Certificate2^)

Gets the ECDsa public key from the X509Certificate2 certificate.

.NET Framework
Available since 4.6.1

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: