SecurityTokenParameters.MatchesKeyIdentifierClause Метод

Определение

Указывает, соответствует ли токен конструкции идентификатора ключа.

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

Параметры

token
SecurityToken

Маркер безопасности.

keyIdentifierClause
SecurityKeyIdentifierClause

Указанное предложения идентификатора ключа.

referenceStyle
SecurityTokenReferenceStyle

Стиль ссылок токена безопасности.

Возвращаемое значение

Boolean

Значение true используется, если маркер соответствует предложению идентификатора ключа, в противном случае используется значение false.

Исключения

token имеет значение null.

Свойству referenceStyle задано значение, отличное от External или Internal.

Применяется к