ECDsaCertificateExtensions Class
Provides extension methods for retrieving ECDsa implementations for the public and private keys of a X509Certificate2 certificate.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetECDsaPrivateKey(X509Certificate2^) | Gets the ECDsa private key from the X509Certificate2 certificate. |
![]() ![]() | GetECDsaPublicKey(X509Certificate2^) | Gets the ECDsa public key from the X509Certificate2 certificate. |
.NET Framework
Available since 4.6.1
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.
Show:

