DSACertificateExtensions Class

 

Provides extension methods for retrieving DSA implementations for the public and private keys of an X509Certificate2.

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

System::Object
  System.Security.Cryptography.X509Certificates::DSACertificateExtensions

[ExtensionAttribute]
public ref class DSACertificateExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetDSAPrivateKey(X509Certificate2^)

Gets the DSA private key from the X509Certificate2.

System_CAPS_pubmethodSystem_CAPS_staticGetDSAPublicKey(X509Certificate2^)

Gets the DSA public key from the X509Certificate2.

.NET Framework
Available since 4.6.2

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: