Pkcs10AllowedSignatureTypes 列舉 (certenroll.h)
Pkcs10AllowedSignatureTypes 列舉類型會指定簽署憑證要求時允許的簽章類型。 IX509CertificateRequestPkcs10 介面上的 CheckSignature 方法會使用此列舉來判斷簽章是否存在且有效。
Syntax
typedef enum Pkcs10AllowedSignatureTypes {
AllowedKeySignature = 0x1,
AllowedNullSignature = 0x2
} ;
常數
AllowedKeySignature 值: 0x1 允許使用 密碼編譯金鑰 所產生的簽章。 |
AllowedNullSignature 值: 0x2 允許 Null 簽章。 Null 簽章是 SHA-1 哈希。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
標頭 | certenroll.h |