Udostępnij za pośrednictwem


SecurityTokenParameters.MatchesKeyIdentifierClause Metoda

Definicja

Wskazuje, czy token jest zgodny z klauzulą identyfikatora klucza.

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 zabezpieczający.

keyIdentifierClause
SecurityKeyIdentifierClause

Określona klauzula identyfikatora klucza.

referenceStyle
SecurityTokenReferenceStyle

Styl referencyjny tokenu zabezpieczającego.

Zwraca

Boolean

true jeśli token jest zgodny z klauzulą identyfikatora klucza; w przeciwnym razie , false.

Wyjątki

token to null.

referenceStyle nie External jest lub Internal.

Dotyczy