Saml2SecurityTokenHandler.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

用来创建标识的 UPN。

返回

已创建的线程的 Windows 标识。

例外

upnnull 或空字符串。

适用于