Udostępnij za pośrednictwem


Saml2AssertionKeyIdentifierClause.Matches Metoda

Definicja

Określa, czy dwa klauzule identyfikatora klucza są równoważne.

Przeciążenia

Matches(SecurityKeyIdentifierClause)

Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równoważny z określoną klauzulą identyfikatora klucza.

Matches(String, SecurityKeyIdentifierClause)

Zwraca wartość wskazującą, czy identyfikator klucza potwierdzenia jest równoważny z określoną klauzulą identyfikatora klucza.

Matches(SecurityKeyIdentifierClause)

Źródło:
Saml2AssertionKeyIdentifierClause.cs
Źródło:
Saml2AssertionKeyIdentifierClause.cs
Źródło:
Saml2AssertionKeyIdentifierClause.cs

Zwraca wartość wskazującą, czy identyfikator klucza dla tego wystąpienia jest równoważny z określoną klauzulą identyfikatora klucza.

public:
 override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches (System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
abstract member Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
override this.Matches : System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Overrides Function Matches (keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause do porównania.

Zwraca

true jeśli keyIdentifierClause jest to to samo wystąpienie co bieżące wystąpienie; w przeciwnym razie false.

Dotyczy

Matches(String, SecurityKeyIdentifierClause)

Źródło:
Saml2AssertionKeyIdentifierClause.cs
Źródło:
Saml2AssertionKeyIdentifierClause.cs
Źródło:
Saml2AssertionKeyIdentifierClause.cs

Zwraca wartość wskazującą, czy identyfikator klucza potwierdzenia jest równoważny z określoną klauzulą identyfikatora klucza.

public:
 static bool Matches(System::String ^ assertionId, System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public static bool Matches (string assertionId, System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
static member Matches : string * System.IdentityModel.Tokens.SecurityKeyIdentifierClause -> bool
Public Shared Function Matches (assertionId As String, keyIdentifierClause As SecurityKeyIdentifierClause) As Boolean

Parametry

assertionId
String

Identyfikator potwierdzenia.

keyIdentifierClause
SecurityKeyIdentifierClause

A SecurityKeyIdentifierClause do porównania.

Zwraca

truejeśli assertionId jest zgodna z właściwością IdkeyIdentifierClause; w przeciwnym razie . false

Wyjątki

assertionId jest lub pusty null ciąg.

Dotyczy