X509EnrollmentAuthFlags 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.
public enum X509EnrollmentAuthFlags
type X509EnrollmentAuthFlags =
Public Enum X509EnrollmentAuthFlags
- Inheritance
-
X509EnrollmentAuthFlags
Fields
Name | Value | Description |
---|---|---|
X509AuthNone | 0 | |
X509AuthAnonymous | 1 | |
X509AuthKerberos | 2 | |
X509AuthUsername | 4 | |
X509AuthCertificate | 8 |