X509PrivateKeyVerify enumeration
The X509PrivateKeyVerify enumeration specifies whether a user interface is displayed during private key verification and whether verification can proceed if the cryptographic provider is a smart card provider. This enumeration is used by the Verify method on the IX509PrivateKey interface.
Syntax
typedef enum { VerifyNone = 0, VerifySilent = 1, VerifySmartCardNone = 2, VerifySmartCardSilent = 3, VerifyAllowUI = 4 } X509PrivateKeyVerify;
Constants
- VerifyNone
-
No option is identified.
- VerifySilent
-
The method does not display a user interface.
- VerifySmartCardNone
-
No verification occurs if the key is stored on a smart card (the CSP or KSP is a smart card provider).
- VerifySmartCardSilent
-
The method does not display a user interface if the key is stored on a smart card (the CSP or KSP is a smart card provider).
- VerifyAllowUI
-
The method displays a user interface.
Requirements
|
Minimum supported client | Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012