WindowsIdentity.AuthenticationType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーを識別するために使用する認証の種類を取得します。
public:
property System::String ^ AuthenticationType { System::String ^ get(); };
public:
virtual property System::String ^ AuthenticationType { System::String ^ get(); };
public override sealed string? AuthenticationType { get; }
public override sealed string AuthenticationType { get; }
public virtual string AuthenticationType { get; }
public string AuthenticationType { get; }
member this.AuthenticationType : string
Public Overrides NotOverridable ReadOnly Property AuthenticationType As String
Public Overridable ReadOnly Property AuthenticationType As String
Public ReadOnly Property AuthenticationType As String
プロパティ値
ユーザーを識別するために使用する認証の種類。
実装
例外
Windows は、Windows NT ステータス コード STATUS_ACCESS_DENIED を返しました。
使用できるメモリが不足しています。
呼び出し元に、正しいアクセス許可がありません。
- または -
コンピューターは Windows 2003 以降のドメインに接続されていません。
- または -
コンピューターは Windows 2003 以降を実行していません。
- または -
ユーザーは、コンピューターが接続されているドメインのメンバーではありません。
注釈
このプロパティは情報です。セキュリティ システムでは使用されません。 Windows Vista 以降のバージョンの Windows オペレーティング システムでは、このプロパティの既定値は です。このプロパティは Negotiate
、お客様が構成したセキュリティ ポリシーに基づいて最適なセキュリティ サポート プロバイダー (SSP) を選択します。 以前のバージョンの Windows オペレーティング システムの既定のプロパティ値は です Kerberos
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET