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

AuthenticationTypes 値のいずれか 1 つ。

属性

注釈

.NET Framework 2.0 より前のバージョンでは、既定値は None. .NET Framework 2.0 以降では、既定値は Secure.

適用対象

こちらもご覧ください