SecurityContext.IsWindowsIdentityFlowSuppressed メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Dim returnValue As Boolean returnValue = SecurityContext.IsWindowsIdentityFlowSuppressed
フローが中止された場合は true。それ以外の場合は false。

IsWindowsIdentityFlowSuppressed メソッドは、インフラストラクチャ コンポーネントで非同期動作中に SecurityContext を移行する際に Windows ID 情報を転送するかどうかを決定するために使用されます。

IsWindowsIdentityFlowSuppressed メソッドを使用するコード例を次に示します。このコード例は、SecurityContext クラスのトピックで取り上げているコード例の一部分です。
Dim aFC2 As AsyncFlowControl aFC2 = Security.SecurityContext.SuppressFlowWindowsIdentity() Console.WriteLine("Has the Windows identity flow been suppressed? " & _ Security.SecurityContext.IsWindowsIdentityFlowSuppressed())

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SecurityContext.IsWindowsIdentityFlowSuppressed メソッドのページへのリンク