BindAuthenticationLevel 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 authentication level to use when binding to the LDAP server.
public readonly struct BindAuthenticationLevel : IEquatable<Azure.ResourceManager.NetApp.Models.BindAuthenticationLevel>
type BindAuthenticationLevel = struct
Public Structure BindAuthenticationLevel
Implements IEquatable(Of BindAuthenticationLevel)
- Inheritance
-
BindAuthenticationLevel
- Implements
Constructors
| Name | Description |
|---|---|
| BindAuthenticationLevel(String) |
Initializes a new instance of BindAuthenticationLevel. |
Properties
| Name | Description |
|---|---|
| Anonymous |
Anonymous bind i.e. no credentials provided. |
| Simple |
Simple bind i.e. plain text credentials provided. |
Methods
| Name | Description |
|---|---|
| Equals(BindAuthenticationLevel) |
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(BindAuthenticationLevel, BindAuthenticationLevel) |
Determines if two BindAuthenticationLevel values are the same. |
| Implicit(String to BindAuthenticationLevel) |
Converts a string to a BindAuthenticationLevel. |
| Implicit(String to Nullable<BindAuthenticationLevel>) | |
| Inequality(BindAuthenticationLevel, BindAuthenticationLevel) |
Determines if two BindAuthenticationLevel values are not the same. |