AlternativeAuthenticationNameSource 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.
Alternative authentication name sources related to client authentication settings for namespace resource.
public readonly struct AlternativeAuthenticationNameSource : IEquatable<Azure.ResourceManager.EventGrid.Models.AlternativeAuthenticationNameSource>
type AlternativeAuthenticationNameSource = struct
Public Structure AlternativeAuthenticationNameSource
Implements IEquatable(Of AlternativeAuthenticationNameSource)
- Inheritance
-
AlternativeAuthenticationNameSource
- Implements
Constructors
| Name | Description |
|---|---|
| AlternativeAuthenticationNameSource(String) |
Initializes a new instance of AlternativeAuthenticationNameSource. |
Properties
| Name | Description |
|---|---|
| ClientCertificateDns |
ClientCertificateDns. |
| ClientCertificateEmail |
ClientCertificateEmail. |
| ClientCertificateIP |
ClientCertificateIp. |
| ClientCertificateSubject |
ClientCertificateSubject. |
| ClientCertificateUri |
ClientCertificateUri. |
Methods
| Name | Description |
|---|---|
| Equals(AlternativeAuthenticationNameSource) |
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(AlternativeAuthenticationNameSource, AlternativeAuthenticationNameSource) |
Determines if two AlternativeAuthenticationNameSource values are the same. |
| Implicit(String to AlternativeAuthenticationNameSource) |
Converts a String to a AlternativeAuthenticationNameSource. |
| Inequality(AlternativeAuthenticationNameSource, AlternativeAuthenticationNameSource) |
Determines if two AlternativeAuthenticationNameSource values are not the same. |