ClientCertificateValidationScheme 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.
The validation scheme used to authenticate the client. Default value is SubjectMatchesAuthenticationName.
public readonly struct ClientCertificateValidationScheme : IEquatable<Azure.ResourceManager.EventGrid.Models.ClientCertificateValidationScheme>
type ClientCertificateValidationScheme = struct
Public Structure ClientCertificateValidationScheme
Implements IEquatable(Of ClientCertificateValidationScheme)
- Inheritance
-
ClientCertificateValidationScheme
- Implements
Constructors
| ClientCertificateValidationScheme(String) |
Initializes a new instance of ClientCertificateValidationScheme. |
Properties
| DnsMatchesAuthenticationName |
DnsMatchesAuthenticationName. |
| EmailMatchesAuthenticationName |
EmailMatchesAuthenticationName. |
| IPMatchesAuthenticationName |
IpMatchesAuthenticationName. |
| SubjectMatchesAuthenticationName |
SubjectMatchesAuthenticationName. |
| ThumbprintMatch |
ThumbprintMatch. |
| UriMatchesAuthenticationName |
UriMatchesAuthenticationName. |
Methods
| Equals(ClientCertificateValidationScheme) |
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(ClientCertificateValidationScheme, ClientCertificateValidationScheme) |
Determines if two ClientCertificateValidationScheme values are the same. |
| Implicit(String to ClientCertificateValidationScheme) |
Converts a String to a ClientCertificateValidationScheme. |
| Inequality(ClientCertificateValidationScheme, ClientCertificateValidationScheme) |
Determines if two ClientCertificateValidationScheme values are not the same. |