SamlAssertionKeyIdentifierClause.Matches Metoda
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.
Określa, czy określony identyfikator klucza jest taki sam jak bieżące wystąpienie.
Przeciążenia
Matches(SecurityKeyIdentifierClause) |
Określa, czy określony identyfikator klucza jest taki sam jak bieżące wystąpienie. |
Matches(String) |
Określa, czy określony identyfikator asercji SAML jest taki sam jak bieżące wystąpienie. |
Matches(String, SecurityKeyIdentifierClause) |
Matches(SecurityKeyIdentifierClause)
Określa, czy określony identyfikator klucza jest taki sam jak bieżące wystąpienie.
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Parametry
- keyIdentifierClause
- SecurityKeyIdentifierClause
A SecurityKeyIdentifierClause do porównania.
Zwraca
true
gdy określony identyfikator klucza jest taki sam jak bieżące wystąpienie; w przeciwnym razie , false
.
Uwagi
To Matches przeciążenie zwraca wartość , true
gdy jeden z następujących wartości to true
:
Właściwość AssertionId parametru
keyIdentifierClause
ma taką samą wartość jak właściwość bieżącego wystąpienia AssertionId .Parametr
keyIdentifierClause
i to wystąpienie są tym samym wystąpieniem.
Dotyczy
Matches(String)
Określa, czy określony identyfikator asercji SAML jest taki sam jak bieżące wystąpienie.
public:
bool Matches(System::String ^ assertionId);
public bool Matches (string assertionId);
override this.Matches : string -> bool
Public Function Matches (assertionId As String) As Boolean
Parametry
- assertionId
- String
Identyfikator asercji SAML do porównania.
Zwraca
true
jeśli assertionId
ma taką samą wartość jak właściwość bieżącego wystąpieniaAssertionId; w przeciwnym razie . false
Uwagi
Porównanie uwzględnia wielkość liter.
Dotyczy
Matches(String, SecurityKeyIdentifierClause)
public:
static bool Matches(System::String ^ assertionId, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public static bool Matches (string assertionId, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
static member Matches : string * System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Shared Function Matches (assertionId As String, keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Parametry
- assertionId
- String
- keyIdentifierClause
- SecurityKeyIdentifierClause