Delen via


ClientCertificateValidationScheme Struct

Definition

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.

Applies to