Saml2AssertionKeyIdentifierClause.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 dwa klauzule identyfikatora klucza są równoważne.
Przeciążenia
Matches(SecurityKeyIdentifierClause) |
Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równoważny z określoną klauzulą identyfikatora klucza. |
Matches(String, SecurityKeyIdentifierClause) |
Zwraca wartość wskazującą, czy identyfikator klucza potwierdzenia jest równoważny z określoną klauzulą identyfikatora klucza. |
Matches(SecurityKeyIdentifierClause)
Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równoważny z określoną klauzulą identyfikatora klucza.
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
jeśli keyIdentifierClause
jest to to samo wystąpienie co bieżące wystąpienie; w przeciwnym razie false
.
Dotyczy
Matches(String, SecurityKeyIdentifierClause)
Zwraca wartość wskazującą, czy identyfikator klucza potwierdzenia jest równoważny z określoną klauzulą identyfikatora klucza.
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
Identyfikator potwierdzenia.
- keyIdentifierClause
- SecurityKeyIdentifierClause
A SecurityKeyIdentifierClause do porównania.
Zwraca
true
jeśli assertionId
jest zgodna z właściwością IdkeyIdentifierClause
; w przeciwnym razie . false
Wyjątki
assertionId
jest lub pusty null
ciąg.