DirectoryEntry.AuthenticationType Proprietà

Definizione

Recupera o imposta il tipo di autenticazione da usare.

public:
 property System::DirectoryServices::AuthenticationTypes AuthenticationType { System::DirectoryServices::AuthenticationTypes get(); void set(System::DirectoryServices::AuthenticationTypes value); };
public System.DirectoryServices.AuthenticationTypes AuthenticationType { get; set; }
[System.DirectoryServices.DSDescription("DSAuthenticationType")]
public System.DirectoryServices.AuthenticationTypes AuthenticationType { get; set; }
member this.AuthenticationType : System.DirectoryServices.AuthenticationTypes with get, set
[<System.DirectoryServices.DSDescription("DSAuthenticationType")>]
member this.AuthenticationType : System.DirectoryServices.AuthenticationTypes with get, set
Public Property AuthenticationType As AuthenticationTypes

Valore della proprietà

Uno dei valori di AuthenticationTypes.

Attributi

Commenti

Prima di .NET Framework 2.0, il valore predefinito è None. A partire da .NET Framework 2.0, il valore predefinito è Secure.

Si applica a

Vedi anche