Aracılığıyla paylaş


SecurityTokenParameters.MatchesKeyIdentifierClause Yöntem

Tanım

Belirtecin bir anahtar tanımlayıcı yan tümcesi ile eşleşip eşleşmediğini gösterir.

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

Parametreler

token
SecurityToken

Güvenlik belirteci.

keyIdentifierClause
SecurityKeyIdentifierClause

Belirtilen anahtar tanımlayıcı yan tümcesi.

referenceStyle
SecurityTokenReferenceStyle

Güvenlik belirtecinin başvuru stili.

Döndürülenler

Boolean

true belirteç anahtar tanımlayıcı yan tümcesi ile eşleşiyorsa; aksi takdirde , false.

Özel durumlar

token, null değeridir.

referenceStyleveya InternaldeğildirExternal.

Şunlara uygulanır