DSACertificateExtensions 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 DSA implementations for the public and private keys of an X509Certificate2.
public ref class DSACertificateExtensions abstract sealed
public static class DSACertificateExtensions
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static class DSACertificateExtensions
type DSACertificateExtensions = class
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
type DSACertificateExtensions = class
Public Module DSACertificateExtensions
- Inheritance
-
DSACertificateExtensions
- Attributes
Methods
CopyWithPrivateKey(X509Certificate2, DSA) |
Combines a private key with the public key of a DSA certificate to generate a new DSA certificate. |
GetDSAPrivateKey(X509Certificate2) |
Gets the DSA private key from the X509Certificate2. |
GetDSAPublicKey(X509Certificate2) |
Gets the DSA public key from the X509Certificate2. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.