Прочетете на английски Редактиране

Споделяне чрез


Saml2AssertionKeyIdentifierClause.Matches Method

Definition

Determines whether two key identifier clauses are equivalent.

Overloads

Matches(SecurityKeyIdentifierClause)

Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause.

Matches(String, SecurityKeyIdentifierClause)

Returns a value that indicates whether the key identifier for an assertion is equivalent to the specified key identifier clause.

Matches(SecurityKeyIdentifierClause)

Source:
Saml2AssertionKeyIdentifierClause.cs
Source:
Saml2AssertionKeyIdentifierClause.cs

Returns a value that indicates whether the key identifier for this instance is equivalent to the specified key identifier clause.

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

Parameters

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause to compare to.

Returns

true if keyIdentifierClause is the same instance as the current instance; otherwise, false.

Applies to

.NET 8 (package-provided) и други версии
Продукт Версии
.NET 8 (package-provided)
.NET Framework 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(String, SecurityKeyIdentifierClause)

Source:
Saml2AssertionKeyIdentifierClause.cs
Source:
Saml2AssertionKeyIdentifierClause.cs

Returns a value that indicates whether the key identifier for an assertion is equivalent to the specified key identifier clause.

public static bool Matches (string assertionId, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);

Parameters

assertionId
String

The ID of the assertion.

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause to compare to.

Returns

true if assertionId matches the Id property of keyIdentifierClause; otherwise, false.

Exceptions

assertionId is null or an empty string.

Applies to

.NET 8 (package-provided) и други версии
Продукт Версии
.NET 8 (package-provided)
.NET Framework 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