다음을 통해 공유


X509WindowsSecurityToken 생성자

정의

X509WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.

오버로드

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)

지정된 X.509 인증서 및 Windows 도메인 또는 컴퓨터 계정을 사용하여 X509WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)

지정된 X.509 인증서, Windows 도메인 또는 컴퓨터 계정, 고유 식별자를 사용하여 X509WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)

X509WindowsSecurityToken의 새 인스턴스를 만듭니다.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)

지정된 X.509 인증서 및 Windows 도메인 또는 컴퓨터 계정을 사용하여 X509WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.

public:
 X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity)

매개 변수

certificate
X509Certificate2

X.509 인증서를 포함하는 X509Certificate2입니다.

windowsIdentity
WindowsIdentity

Windows 도메인 또는 컴퓨터 계정의 ID를 나타내는 WindowsIdentity입니다.

설명

이 생성자는 보안 토큰에 대한 X509WindowsSecurityToken 고유 식별자를 만들고 해당 값을 속성에 Id 할당합니다.

적용 대상

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)

지정된 X.509 인증서, Windows 도메인 또는 컴퓨터 계정, 고유 식별자를 사용하여 X509WindowsSecurityToken 클래스의 새 인스턴스를 초기화합니다.

public:
 X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ id);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity, string id);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity * string -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity, id As String)

매개 변수

certificate
X509Certificate2

X.509 인증서를 포함하는 X509Certificate2입니다.

windowsIdentity
WindowsIdentity

Windows 도메인 또는 컴퓨터 계정의 ID를 나타내는 WindowsIdentity입니다.

id
String

보안 토큰의 고유 식별자입니다.

적용 대상

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)

X509WindowsSecurityToken의 새 인스턴스를 만듭니다.

public:
 X509WindowsSecurityToken(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::Security::Principal::WindowsIdentity ^ windowsIdentity, System::String ^ authenticationType, System::String ^ id);
public X509WindowsSecurityToken (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, System.Security.Principal.WindowsIdentity windowsIdentity, string authenticationType, string id);
new System.IdentityModel.Tokens.X509WindowsSecurityToken : System.Security.Cryptography.X509Certificates.X509Certificate2 * System.Security.Principal.WindowsIdentity * string * string -> System.IdentityModel.Tokens.X509WindowsSecurityToken
Public Sub New (certificate As X509Certificate2, windowsIdentity As WindowsIdentity, authenticationType As String, id As String)

매개 변수

certificate
X509Certificate2

X.509 인증서를 포함하는 X509Certificate2입니다.

windowsIdentity
WindowsIdentity

Windows 도메인 또는 컴퓨터 계정의 ID를 나타냅니다.

authenticationType
String

토큰의 인증 유형입니다.

id
String

보안 토큰의 고유 식별자입니다.

적용 대상