UserNameSecurityTokenParameters.SupportsClientWindowsIdentity プロパティ

定義

トークンが認証用の Windows ID をサポートしているかどうかを示す値を取得します。

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

プロパティ値

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

適用対象