IDomainService.DomainSecuritySettingTlsV1 Property

Definition

A flag to determine whether or not TlsV1 is enabled or disabled.

[Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not TlsV1 is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1) }, ReadOnly=false, Required=false, SerializedName="tlsV1")]
public Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1? DomainSecuritySettingTlsV1 { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.Info(Description="A flag to determine whether or not TlsV1 is enabled or disabled.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1) }, ReadOnly=false, Required=false, SerializedName="tlsV1")>]
member this.DomainSecuritySettingTlsV1 : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Support.TlsV1> with get, set
Public Property DomainSecuritySettingTlsV1 As Nullable(Of TlsV1)

Property Value

Attributes

Applies to