X509WindowsSecurityToken Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci X509WindowsSecurityToken třídy .
Přetížení
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity) |
Inicializuje novou instanci X509WindowsSecurityToken třídy pomocí zadaného certifikátu X.509 a domény systému Windows nebo účtu počítače. |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String) |
Inicializuje novou instanci X509WindowsSecurityToken třídy pomocí zadaného certifikátu X.509, domény systému Windows nebo účtu počítače a jedinečného identifikátoru. |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String) |
Vytvoří novou instanci položky X509WindowsSecurityToken. |
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity)
Inicializuje novou instanci X509WindowsSecurityToken třídy pomocí zadaného certifikátu X.509 a domény systému Windows nebo účtu počítače.
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)
Parametry
- certificate
- X509Certificate2
Obsahuje X509Certificate2 certifikát X.509.
- windowsIdentity
- WindowsIdentity
A WindowsIdentity , která představuje identitu domény systému Windows nebo účtu počítače.
Poznámky
Tento konstruktor vytvoří jedinečný identifikátor tokenu X509WindowsSecurityToken zabezpečení a přiřadí tuto hodnotu vlastnosti Id .
Platí pro
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String)
Inicializuje novou instanci X509WindowsSecurityToken třídy pomocí zadaného certifikátu X.509, domény systému Windows nebo účtu počítače a jedinečného identifikátoru.
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)
Parametry
- certificate
- X509Certificate2
Obsahuje X509Certificate2 certifikát X.509.
- windowsIdentity
- WindowsIdentity
A WindowsIdentity , která představuje identitu domény systému Windows nebo účtu počítače.
- id
- String
Jedinečný identifikátor tokenu zabezpečení.
Platí pro
X509WindowsSecurityToken(X509Certificate2, WindowsIdentity, String, String)
Vytvoří novou instanci položky 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)
Parametry
- certificate
- X509Certificate2
A X509Certificate2 , který obsahuje certifikát X.509.
- windowsIdentity
- WindowsIdentity
Představuje identitu domény systému Windows nebo účtu počítače.
- authenticationType
- String
Typ ověřování pro token.
- id
- String
Jedinečný identifikátor tokenu zabezpečení.