CertificateRequestProperties Constructor
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.
Creates and initializes a new instance of the CertificateRequestProperties.
public:
CertificateRequestProperties();
CertificateRequestProperties();
public CertificateRequestProperties();
function CertificateRequestProperties()
Public Sub New ()
Remarks
This method sets the following default values.
Property | Default value |
---|---|
Subject | Empty string |
KeyAlgorithmName | RSA |
KeySize | 2048 bits |
FriendlyName | Empty String |
HashAlgorithmName | SHA256 |
Exportable | Not Exportable |
KeyUsages | Signing |
KeyProtectionLevel | NoConsent |
KeyStorageProviderName | Microsoft Software Key Storage Provider |