AlterCertificateStatementKind 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.
The types of Alter Certificate
[System.Serializable]
public enum AlterCertificateStatementKind
[<System.Serializable>]
type AlterCertificateStatementKind =
Public Enum AlterCertificateStatementKind
- Inheritance
-
AlterCertificateStatementKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
RemovePrivateKey | 1 | |
RemoveAttestedOption | 2 | |
WithPrivateKey | 3 | |
WithActiveForBeginDialog | 4 | |
AttestedBy | 5 |