Share via


CertificateRequestProperties Constructor

Definition

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

Applies to