SecurityContextKeyIdentifierClause.Matches Method

Definition

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class.

Overloads

Matches(SecurityKeyIdentifierClause)

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class.

Matches(UniqueId, UniqueId)

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class with the specified context identifier and generation.

Matches(SecurityKeyIdentifierClause)

Source:
SecurityContextKeyIdentifierClause.cs

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class.

public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

The SecurityKeyIdentifierClause to be compared.

Returns

true if the two instances are equal; otherwise, false.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Matches(UniqueId, UniqueId)

Source:
SecurityContextKeyIdentifierClause.cs

Compares a specified SecurityKeyIdentifierClause to the current instance of the SecurityContextKeyIdentifierClause class with the specified context identifier and generation.

public bool Matches (System.Xml.UniqueId contextId, System.Xml.UniqueId generation);

Parameters

contextId
UniqueId

The context ID part of the identifier clause.

generation
UniqueId

The generation part of the identifier clause.

Returns

true if the two instances are equal; otherwise, false.

Applies to

.NET Framework 4.8.1 en andere versies
Product Versies
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1