X509SecurityTokenParameters 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 X509SecurityTokenParameters třídy.
Přetížení
X509SecurityTokenParameters() |
Inicializuje novou instanci X509SecurityTokenParameters třídy. |
X509SecurityTokenParameters(X509KeyIdentifierClauseType) |
Inicializuje novou instanci X509SecurityTokenParameters třídy. |
X509SecurityTokenParameters(X509SecurityTokenParameters) |
Inicializuje novou instanci X509SecurityTokenParameters třídy. |
X509SecurityTokenParameters(X509KeyIdentifierClauseType, SecurityTokenInclusionMode) |
Inicializuje novou instanci X509SecurityTokenParameters třídy. |
X509SecurityTokenParameters()
Inicializuje novou instanci X509SecurityTokenParameters třídy.
public:
X509SecurityTokenParameters();
public X509SecurityTokenParameters ();
Public Sub New ()
Platí pro
X509SecurityTokenParameters(X509KeyIdentifierClauseType)
Inicializuje novou instanci X509SecurityTokenParameters třídy.
public:
X509SecurityTokenParameters(System::ServiceModel::Security::Tokens::X509KeyIdentifierClauseType x509ReferenceStyle);
public X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType x509ReferenceStyle);
new System.ServiceModel.Security.Tokens.X509SecurityTokenParameters : System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType -> System.ServiceModel.Security.Tokens.X509SecurityTokenParameters
Public Sub New (x509ReferenceStyle As X509KeyIdentifierClauseType)
Parametry
- x509ReferenceStyle
- X509KeyIdentifierClauseType
Poznámky
X509ReferenceStyle popisuje druhy klauzulí identifikátorů klíče zabezpečení, které lze použít k odkazování na token zabezpečení X509. Vevýchozímch Thumbprint``IssuerSerial``SubjectKeyIdentifier``RawDataKeyIdentifier
Následující nové hodnoty vlastností instance jsou nastaveny na výchozí hodnoty:
InclusionMode je nastavena na Anyhodnotu .
ReferenceStyle je nastavena na Internalhodnotu .
RequireDerivedKeys je nastavena na
true
hodnotu .
Odpovídající vlastnosti jsou nastaveny na hodnoty ve vstupních parametrech.
Platí pro
X509SecurityTokenParameters(X509SecurityTokenParameters)
Inicializuje novou instanci X509SecurityTokenParameters třídy.
protected:
X509SecurityTokenParameters(System::ServiceModel::Security::Tokens::X509SecurityTokenParameters ^ other);
protected X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509SecurityTokenParameters other);
new System.ServiceModel.Security.Tokens.X509SecurityTokenParameters : System.ServiceModel.Security.Tokens.X509SecurityTokenParameters -> System.ServiceModel.Security.Tokens.X509SecurityTokenParameters
Protected Sub New (other As X509SecurityTokenParameters)
Parametry
Druhá instance této třídy.
Výjimky
other
je null
.
Poznámky
Nové hodnoty vlastností instance jsou nastaveny na odpovídající hodnoty v other
.
Platí pro
X509SecurityTokenParameters(X509KeyIdentifierClauseType, SecurityTokenInclusionMode)
Inicializuje novou instanci X509SecurityTokenParameters třídy.
public:
X509SecurityTokenParameters(System::ServiceModel::Security::Tokens::X509KeyIdentifierClauseType x509ReferenceStyle, System::ServiceModel::Security::Tokens::SecurityTokenInclusionMode inclusionMode);
public X509SecurityTokenParameters (System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType x509ReferenceStyle, System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode inclusionMode);
new System.ServiceModel.Security.Tokens.X509SecurityTokenParameters : System.ServiceModel.Security.Tokens.X509KeyIdentifierClauseType * System.ServiceModel.Security.Tokens.SecurityTokenInclusionMode -> System.ServiceModel.Security.Tokens.X509SecurityTokenParameters
Public Sub New (x509ReferenceStyle As X509KeyIdentifierClauseType, inclusionMode As SecurityTokenInclusionMode)
Parametry
- x509ReferenceStyle
- X509KeyIdentifierClauseType
- inclusionMode
- SecurityTokenInclusionMode
Úloha SecurityTokenInclusionMode.
Poznámky
Následující nové hodnoty vlastností instance jsou nastaveny na výchozí hodnoty:
InclusionMode je nastavena na
inclusionMode
hodnotu .ReferenceStyle je nastavena na
x509ReferenceStyle
hodnotu .RequireDerivedKeys je nastavena na
true
hodnotu .
Odpovídající vlastnosti jsou nastaveny na hodnoty ve vstupních parametrech.