次の方法で共有


SamlSecurityTokenHandler.CreateWindowsIdentity(String) メソッド

定義

指定したユーザー プリンシパル名 (UPN) を使用して WindowsIdentity オブジェクトを作成します。

protected:
 virtual System::Security::Principal::WindowsIdentity ^ CreateWindowsIdentity(System::String ^ upn);
protected virtual System.Security.Principal.WindowsIdentity CreateWindowsIdentity (string upn);
abstract member CreateWindowsIdentity : string -> System.Security.Principal.WindowsIdentity
override this.CreateWindowsIdentity : string -> System.Security.Principal.WindowsIdentity
Protected Overridable Function CreateWindowsIdentity (upn As String) As WindowsIdentity

パラメーター

upn
String

ID を作成するために使用する UPN。

戻り値

作成された Windows ID。

例外

upnnull または空の文字列です。

適用対象