DirectoryEntry.AuthenticationType 屬性

定義

取得或設定所要使用的驗證類型。

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

屬性值

其中一個 AuthenticationTypes 值。

屬性

備註

在 .NET Framework 2.0 之前,預設值為 None。 從 .NET Framework 2.0 開始,預設值為 Secure

適用於

另請參閱