CertificateRequestProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並初始化 CertificateRequestProperties的新實例。
public:
CertificateRequestProperties();
CertificateRequestProperties();
public CertificateRequestProperties();
function CertificateRequestProperties()
Public Sub New ()
備註
這個方法會設定下列預設值。
屬性 | 預設值 |
---|---|
主旨 | 空字串 |
KeyAlgorithmName | RSA |
KeySize | 2048 位元 |
FriendlyName | 空字串 |
HashAlgorithmName | SHA256 |
Exportable | 不可匯出 |
KeyUsages | 簽署 |
KeyProtectionLevel | NoConsent |
KeyStorageProviderName | Microsoft 軟體金鑰儲存提供者 |