X509SecurityTokenParameters Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters.
Przeciążenia
| X509SecurityTokenParameters() |
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters. |
| X509SecurityTokenParameters(X509KeyIdentifierClauseType) |
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters. |
| X509SecurityTokenParameters(X509SecurityTokenParameters) |
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters. |
| X509SecurityTokenParameters(X509KeyIdentifierClauseType, SecurityTokenInclusionMode) |
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters. |
X509SecurityTokenParameters()
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters.
public:
X509SecurityTokenParameters();
public X509SecurityTokenParameters();
Public Sub New ()
Dotyczy
X509SecurityTokenParameters(X509KeyIdentifierClauseType)
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters.
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
Element X509KeyIdentifierClauseType.
Uwagi
X509ReferenceStyle opisuje rodzaje klauzul identyfikatora klucza zabezpieczeń, których można użyć do odwoływania się do tokenu zabezpieczającego X509. Domyślnie odwołania do Thumbprint, IssuerSerial, SubjectKeyIdentifieri RawDataKeyIdentifier są akceptowane.
Następujące nowe wartości właściwości wystąpienia są ustawione na wartości domyślne:
InclusionMode jest ustawiona na Anywartość .
ReferenceStyle jest ustawiona na Internalwartość .
RequireDerivedKeys jest ustawiona na
truewartość .
Odpowiednie właściwości są ustawione na wartości w parametrach wejściowych.
Dotyczy
X509SecurityTokenParameters(X509SecurityTokenParameters)
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters.
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
Inne wystąpienie tej klasy.
Wyjątki
other to null.
Uwagi
Nowe wartości właściwości wystąpienia są ustawione na odpowiednie wartości w pliku other.
Dotyczy
X509SecurityTokenParameters(X509KeyIdentifierClauseType, SecurityTokenInclusionMode)
Inicjuje nowe wystąpienie klasy X509SecurityTokenParameters.
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
Element X509KeyIdentifierClauseType.
- inclusionMode
- SecurityTokenInclusionMode
Klasa SecurityTokenInclusionMode.
Uwagi
Następujące nowe wartości właściwości wystąpienia są ustawione na wartości domyślne:
InclusionMode jest ustawiona na
inclusionModewartość .ReferenceStyle jest ustawiona na
x509ReferenceStylewartość .RequireDerivedKeys jest ustawiona na
truewartość .
Odpowiednie właściwości są ustawione na wartości w parametrach wejściowych.