Aracılığıyla paylaş


X509WindowsSecurityToken Oluşturucular

Tanım

X509WindowsSecurityToken sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)

Belirtilen X.509 sertifikasını X509WindowsSecurityToken ve Windows etki alanı veya bilgisayar hesabını kullanarak sınıfının yeni bir örneğini başlatır.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)

Belirtilen X.509 sertifikasını X509WindowsSecurityToken , Windows etki alanını veya bilgisayar hesabını ve benzersiz tanımlayıcıyı kullanarak sınıfının yeni bir örneğini başlatır.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)

X509WindowsSecurityToken öğesinin yeni bir örneğini oluşturur.

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)

Belirtilen X.509 sertifikasını X509WindowsSecurityToken ve Windows etki alanı veya bilgisayar hesabını kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

certificate
X509Certificate2

X509Certificate2 X.509 sertifikasını içeren bir.

windowsIdentity
WindowsIdentity

WindowsIdentity Bir Windows etki alanı veya bilgisayar hesabının kimliğini temsil eden bir.

Açıklamalar

Bu oluşturucu, güvenlik belirteci için X509WindowsSecurityToken benzersiz bir tanımlayıcı oluşturur ve bu değeri özelliğine Id atar.

Şunlara uygulanır

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)

Belirtilen X.509 sertifikasını X509WindowsSecurityToken , Windows etki alanını veya bilgisayar hesabını ve benzersiz tanımlayıcıyı kullanarak sınıfının yeni bir örneğini başlatır.

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)

Parametreler

certificate
X509Certificate2

X509Certificate2 X.509 sertifikasını içeren bir.

windowsIdentity
WindowsIdentity

WindowsIdentity Bir Windows etki alanı veya bilgisayar hesabının kimliğini temsil eden bir.

id
String

Güvenlik belirtecinin benzersiz tanımlayıcısı.

Şunlara uygulanır

X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)

X509WindowsSecurityToken öğesinin yeni bir örneğini oluşturur.

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)

Parametreler

certificate
X509Certificate2

X509Certificate2 X.509 sertifikasını içeren bir.

windowsIdentity
WindowsIdentity

Windows etki alanı veya bilgisayar hesabının kimliğini temsil eder.

authenticationType
String

Belirtecin kimlik doğrulama türü.

id
String

Güvenlik belirtecinin benzersiz tanımlayıcısı.

Şunlara uygulanır