共用方式為


CertificateRequestProperties 建構函式

定義

建立並初始化 CertificateRequestProperties的新實例。

public:
 CertificateRequestProperties();
 CertificateRequestProperties();
public CertificateRequestProperties();
function CertificateRequestProperties()
Public Sub New ()

備註

這個方法會設定下列預設值。

屬性 預設值
主旨 空字串
KeyAlgorithmName RSA
KeySize 2048 位元
FriendlyName 空字串
HashAlgorithmName SHA256
Exportable 不可匯出
KeyUsages 簽署
KeyProtectionLevel NoConsent
KeyStorageProviderName Microsoft 軟體金鑰儲存提供者

適用於