NtlmV1 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.
A flag to determine whether or not NtlmV1 is enabled or disabled.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1TypeConverter))]
public struct NtlmV1 : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1TypeConverter))>]
type NtlmV1 = struct
interface IArgumentCompleter
Public Structure NtlmV1
Implements IArgumentCompleter, IEquatable(Of NtlmV1)
- Inheritance
-
NtlmV1
- Attributes
- Implements
Fields
| Name | Description |
|---|---|
| Disabled | |
| Enabled | |
Methods
| Name | Description |
|---|---|
| CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
| Equals(NtlmV1) |
Compares values of enum type NtlmV1 |
| Equals(Object) |
Compares values of enum type NtlmV1 (override for Object) |
| GetHashCode() |
Returns hashCode for enum NtlmV1 |
| ToString() |
Returns string representation for NtlmV1 |
Operators
| Name | Description |
|---|---|
| Equality(NtlmV1, NtlmV1) |
Overriding == operator for enum NtlmV1 |
| Implicit(NtlmV1 to String) |
Implicit operator to convert NtlmV1 to string |
| Implicit(String to NtlmV1) |
Implicit operator to convert string to NtlmV1 |
| Inequality(NtlmV1, NtlmV1) |
Overriding != operator for enum NtlmV1 |