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
ApplicationGatewayClientRevocationOption(String) |
Initializes a new instance of ApplicationGatewayClientRevocationOption. |
Properties
None |
None. |
Ocsp |
OCSP. |
Methods
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
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. |
Applies to
Azure SDK for .NET