SecurityTokenParameters.SupportsClientWindowsIdentity プロパティ

定義

派生クラスでオーバーライドされると、トークンが認証用の Windows ID をサポートしているかどうかを示す値を取得します。

protected public:
 abstract property bool SupportsClientWindowsIdentity { bool get(); };
protected internal abstract bool SupportsClientWindowsIdentity { get; }
member this.SupportsClientWindowsIdentity : bool
Protected Friend MustOverride ReadOnly Property SupportsClientWindowsIdentity As Boolean

プロパティ値

トークンが認証にWindows ID をサポートしている場合は true。それ以外の場合は false

適用対象