IDomainSecuritySettings Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainSecuritySettingsTypeConverter))]
public interface IDomainSecuritySettings : Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ADDomainServices.Models.DomainSecuritySettingsTypeConverter))>]
type IDomainSecuritySettings = interface
    interface IJsonSerializable
Public Interface IDomainSecuritySettings
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
NtlmV1

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

SyncKerberosPassword

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

SyncNtlmPassword

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

SyncOnPremPassword

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

TlsV1

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

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to