X509WindowsSecurityToken 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
보안 토큰에 대한 고유 식별자입니다.
적용 대상
.NET