SecurityContextKeyIdentifierClause.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.
Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy.
Przeciążenia
Matches(SecurityKeyIdentifierClause) |
Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy. |
Matches(UniqueId, UniqueId) |
Porównuje określony do SecurityKeyIdentifierClause bieżącego wystąpienia SecurityContextKeyIdentifierClause klasy z określonym identyfikatorem kontekstu i generowania. |
Matches(SecurityKeyIdentifierClause)
Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy.
public:
override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Parametry
- keyIdentifierClause
- SecurityKeyIdentifierClause
Do SecurityKeyIdentifierClause porównania.
Zwraca
true
jeśli dwa wystąpienia są równe; w przeciwnym razie false
.
Dotyczy
Matches(UniqueId, UniqueId)
Porównuje określony do SecurityKeyIdentifierClause bieżącego wystąpienia SecurityContextKeyIdentifierClause klasy z określonym identyfikatorem kontekstu i generowania.
public:
bool Matches(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation);
public bool Matches (System.Xml.UniqueId contextId, System.Xml.UniqueId generation);
override this.Matches : System.Xml.UniqueId * System.Xml.UniqueId -> bool
Public Function Matches (contextId As UniqueId, generation As UniqueId) As Boolean
Parametry
- contextId
- UniqueId
Część identyfikatora kontekstu klauzuli identyfikatora.
- generation
- UniqueId
Część generowania klauzuli identyfikatora.
Zwraca
true
jeśli dwa wystąpienia są równe; w przeciwnym razie false
.