ApplicationGatewayClientRevocationOption Struct
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.
Verify client certificate revocation status.
public readonly struct ApplicationGatewayClientRevocationOption : IEquatable<Azure.ResourceManager.Network.Models.ApplicationGatewayClientRevocationOption>
type ApplicationGatewayClientRevocationOption = struct
Public Structure ApplicationGatewayClientRevocationOption
Implements IEquatable(Of ApplicationGatewayClientRevocationOption)
- Inheritance
-
ApplicationGatewayClientRevocationOption
- Implements
Constructors
| Name | Description |
|---|---|
| ApplicationGatewayClientRevocationOption(String) |
Initializes a new instance of ApplicationGatewayClientRevocationOption. |
Properties
| Name | Description |
|---|---|
| None |
None. |
| Ocsp |
OCSP. |
Methods
| Name | Description |
|---|---|
| Equals(ApplicationGatewayClientRevocationOption) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ApplicationGatewayClientRevocationOption, ApplicationGatewayClientRevocationOption) |
Determines if two ApplicationGatewayClientRevocationOption values are the same. |
| Implicit(String to ApplicationGatewayClientRevocationOption) |
Converts a String to a ApplicationGatewayClientRevocationOption. |
| Inequality(ApplicationGatewayClientRevocationOption, ApplicationGatewayClientRevocationOption) |
Determines if two ApplicationGatewayClientRevocationOption values are not the same. |