Sdílet prostřednictvím


SecurityTokenParameters.MatchesKeyIdentifierClause Metoda

Definice

Označuje, jestli token odpovídá klauzuli identifikátoru klíče.

protected public:
 virtual bool MatchesKeyIdentifierClause(System::IdentityModel::Tokens::SecurityToken ^ token, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause, System::ServiceModel::Security::Tokens::SecurityTokenReferenceStyle referenceStyle);
protected internal virtual bool MatchesKeyIdentifierClause (System.IdentityModel.Tokens.SecurityToken token, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause, System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle referenceStyle);
abstract member MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityToken * System.IdentityModel.Tokens.SecurityKeyIdentifierClause * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> bool
override this.MatchesKeyIdentifierClause : System.IdentityModel.Tokens.SecurityToken * System.IdentityModel.Tokens.SecurityKeyIdentifierClause * System.ServiceModel.Security.Tokens.SecurityTokenReferenceStyle -> bool
Protected Friend Overridable Function MatchesKeyIdentifierClause (token As SecurityToken, keyIdentifierClause As SecurityKeyIdentifierClause, referenceStyle As SecurityTokenReferenceStyle) As Boolean

Parametry

token
SecurityToken

Token zabezpečení.

keyIdentifierClause
SecurityKeyIdentifierClause

Zadaná klauzule identifikátoru klíče.

referenceStyle
SecurityTokenReferenceStyle

Styl odkazu tokenu zabezpečení.

Návraty

Boolean

truepokud token odpovídá klauzuli identifikátoru klíče; v opačném případě . false

Výjimky

token je null.

referenceStyleExternal není nebo Internal.

Platí pro