DownloadCertificateOptions 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.
Additional options for downloading and creating an X509Certificate2.
public class DownloadCertificateOptions
type DownloadCertificateOptions = class
Public Class DownloadCertificateOptions
- Inheritance
-
DownloadCertificateOptions
Constructors
DownloadCertificateOptions(String) |
Initializes a new instance of the DownloadCertificateOptions class. |
Properties
CertificateName |
Gets the name of the certificate to download. |
KeyStorageFlags |
Gets or sets a combination of the enumeration values that control where and how to import the certificate. The default is DefaultKeySet. |
Version |
Gets or sets the optional version of a certificate to download. |
Applies to
Azure SDK for .NET