RsaSecurityToken.MatchesKeyIdentifierClause Metoda

Definicja

Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia pasuje do określonego identyfikatora klucza.

public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public:
 override bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ skiClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
public override bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityKeyIdentifierClause skiClause);
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function MatchesKeyIdentifierClause (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean
Public Overrides Function MatchesKeyIdentifierClause (skiClause As SecurityKeyIdentifierClause) As Boolean

Parametry

keyIdentifierClauseskiClause
SecurityKeyIdentifierClause

SecurityKeyIdentifierClauseDo porównania z tym wystąpieniem.

Zwraca

Boolean

true Jeśli keyIdentifierClause jest typu RsaKeyIdentifierClause , a klucze są zgodne; w przeciwnym razie, false .

Dotyczy