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
或空字串。