IDomainServiceProperties.DomainSecuritySettingNtlmV1 Property
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.
[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not NtlmV1 is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1) }, ReadOnly=false, Required=false, SerializedName="ntlmV1")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1? DomainSecuritySettingNtlmV1 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not NtlmV1 is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1) }, ReadOnly=false, Required=false, SerializedName="ntlmV1")>]
member this.DomainSecuritySettingNtlmV1 : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.NtlmV1> with get, set
Public Property DomainSecuritySettingNtlmV1 As Nullable(Of NtlmV1)
Property Value
- Attributes