GenericXmlSecurityToken.MatchesKeyIdentifierClause 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.
Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równy określonemu identyfikatorowi klucza.
public:
override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Parametry
- keyIdentifierClause
- SecurityKeyIdentifierClause
Element do SecurityKeyIdentifierClause porównania z tym wystąpieniem.
Zwraca
true
gdy keyIdentifierClause
nie null
jest i pasuje do InternalTokenReference wartości właściwości lub ExternalTokenReference ; w przeciwnym razie false
.
Uwagi
Parametr keyIdentifierClause
jest zgodny z wartościami InternalTokenReference właściwości i ExternalTokenReference przy użyciu Matches metody w klauzuli key identifier zwracanej przez wartości właściwości.