WindowsSecurityToken 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.
오버로드
WindowsSecurityToken() |
WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다. |
WindowsSecurityToken(WindowsIdentity) |
Windows 사용자를 사용하여 WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다. |
WindowsSecurityToken(WindowsIdentity, String) |
Windows 사용자를 사용하여 WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다. |
WindowsSecurityToken(WindowsIdentity, String, String) |
WindowsSecurityToken의 새 인스턴스를 만듭니다. |
WindowsSecurityToken()
WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.
protected:
WindowsSecurityToken();
protected WindowsSecurityToken ();
Protected Sub New ()
설명
이 생성자는 기본적으로 아무 것도 수행하지 않습니다.
적용 대상
WindowsSecurityToken(WindowsIdentity)
Windows 사용자를 사용하여 WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.
public:
WindowsSecurityToken(System::Security::Principal::WindowsIdentity ^ windowsIdentity);
public WindowsSecurityToken (System.Security.Principal.WindowsIdentity windowsIdentity);
new System.IdentityModel.Tokens.WindowsSecurityToken : System.Security.Principal.WindowsIdentity -> System.IdentityModel.Tokens.WindowsSecurityToken
Public Sub New (windowsIdentity As WindowsIdentity)
매개 변수
- windowsIdentity
- WindowsIdentity
Windows 사용자를 나타내는 WindowsIdentity입니다.
예외
windowsIdentity
이(가) null
인 경우
설명
이 생성자는 보안 토큰에 대한 WindowsSecurityToken 고유 식별자를 만들고 해당 값을 속성에 Id 할당합니다.
적용 대상
WindowsSecurityToken(WindowsIdentity, String)
Windows 사용자를 사용하여 WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.
public:
WindowsSecurityToken(System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ id);
public WindowsSecurityToken (System.Security.Principal.WindowsIdentity windowsIdentity, string id);
new System.IdentityModel.Tokens.WindowsSecurityToken : System.Security.Principal.WindowsIdentity * string -> System.IdentityModel.Tokens.WindowsSecurityToken
Public Sub New (windowsIdentity As WindowsIdentity, id As String)
매개 변수
- windowsIdentity
- WindowsIdentity
Windows 사용자를 나타내는 WindowsIdentity입니다.
- id
- String
보안 토큰의 고유 식별자입니다.
예외
설명
이 생성자는 메서드를 Initialize 호출하여 이 클래스의 속성을 초기화합니다.
적용 대상
WindowsSecurityToken(WindowsIdentity, String, String)
WindowsSecurityToken의 새 인스턴스를 만듭니다.
public:
WindowsSecurityToken(System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ id, System::String ^ authenticationType);
public WindowsSecurityToken (System.Security.Principal.WindowsIdentity windowsIdentity, string id, string authenticationType);
new System.IdentityModel.Tokens.WindowsSecurityToken : System.Security.Principal.WindowsIdentity * string * string -> System.IdentityModel.Tokens.WindowsSecurityToken
Public Sub New (windowsIdentity As WindowsIdentity, id As String, authenticationType As String)
매개 변수
- windowsIdentity
- WindowsIdentity
Windows 사용자를 나타내는 WindowsIdentity입니다.
- id
- String
보안 토큰의 고유 식별자입니다.
- authenticationType
- String
보안 토큰의 인증 유형입니다.
적용 대상
.NET