Saml2SecurityTokenHandler.CreateWindowsIdentity(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定用户主名称 (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 标识。
例外
upn
为 null
或空字符串。