ECDsaCertificateExtensions Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for retrieving ECDsa implementations for the public and private keys of a X509Certificate2 certificate.
public ref class ECDsaCertificateExtensions abstract sealedpublic static class ECDsaCertificateExtensionstype ECDsaCertificateExtensions = classPublic Module ECDsaCertificateExtensions- Inheritance
- 
				ECDsaCertificateExtensions
Methods
| CopyWithPrivateKey(X509Certificate2, ECDsa) | Combines a private key with the public key of an ECDsa certificate to generate a new ECDSA certificate. | 
| GetECDsaPrivateKey(X509Certificate2) | Gets the ECDsa private key from the X509Certificate2 certificate. | 
| GetECDsaPublicKey(X509Certificate2) | Gets the ECDsa public key from the X509Certificate2 certificate. |