ClientAuthenticationMethod 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 ClientAuthenticationMethod.
public readonly struct ClientAuthenticationMethod : IEquatable<Azure.ResourceManager.ApiManagement.Models.ClientAuthenticationMethod>
type ClientAuthenticationMethod = struct
Public Structure ClientAuthenticationMethod
Implements IEquatable(Of ClientAuthenticationMethod)
- Inheritance
-
ClientAuthenticationMethod
- Implements
Constructors
ClientAuthenticationMethod(String) |
Initializes a new instance of ClientAuthenticationMethod. |
Properties
Basic |
Basic Client Authentication method. |
Body |
Body based Authentication method. |
Methods
Equals(ClientAuthenticationMethod) |
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(ClientAuthenticationMethod, ClientAuthenticationMethod) |
Determines if two ClientAuthenticationMethod values are the same. |
Implicit(String to ClientAuthenticationMethod) |
Converts a string to a ClientAuthenticationMethod. |
Inequality(ClientAuthenticationMethod, ClientAuthenticationMethod) |
Determines if two ClientAuthenticationMethod values are not the same. |
Applies to
Azure SDK for .NET