다음을 통해 공유


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

ID를 만드는 데 사용할 UPN입니다.

반환

만들어진 Windows ID입니다.

예외

upnnull 또는 빈 문자열인 경우

적용 대상