SslClientCertificateState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates stages in an SSL client certificate exchange.
public enum SslClientCertificateState
type SslClientCertificateState =
- Inheritance
-
SslClientCertificateState
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Requested | 1 | |
Sent | 2 | |
Rejected | 3 |