| Visual Basic (Declaration) | |
|---|---|
Public Enum X509RevocationFlag Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As X509RevocationFlag | |
| C# | |
|---|---|
public enum X509RevocationFlag : System.Enum | |
| Managed Extensions for C++ | |
|---|---|
__value public enum X509RevocationFlag : public System.Enum | |
| C++/CLI | |
|---|---|
public enum class X509RevocationFlag : public System.Enum | |
| Member | Description |
|---|---|
| EndCertificateOnly | Only the end certificate is checked for revocation. |
| EntireChain | The entire chain of certificates is checked for revocation. |
| ExcludeRoot | The entire chain, except the root certificate, is checked for revocation. |
System.Object
System.ValueType
System.Enum
Dart.Common.X509RevocationFlag
Target Platforms: Microsoft .NET Framework 2.0