Sdílet prostřednictvím


SamlAssertionKeyIdentifierClause.Matches Metoda

Definice

Určuje, zda je zadaný identifikátor klíče stejný jako aktuální instance.

Přetížení

Matches(SecurityKeyIdentifierClause)

Určuje, zda je zadaný identifikátor klíče stejný jako aktuální instance.

Matches(String)

Určuje, jestli je zadaný identifikátor kontrolního výrazu SAML stejný jako aktuální instance.

Matches(String, SecurityKeyIdentifierClause)

Matches(SecurityKeyIdentifierClause)

Zdroj:
SamlAssertionKeyIdentifierClause.cs
Zdroj:
SamlAssertionKeyIdentifierClause.cs
Zdroj:
SamlAssertionKeyIdentifierClause.cs

Určuje, zda je zadaný identifikátor klíče stejný jako aktuální instance.

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 , které se mají porovnat.

Návraty

truepokud je zadaný identifikátor klíče stejný jako aktuální instance; v opačném případě . false

Poznámky

Toto Matches přetížení vrátí hodnotu, true pokud je trueněkterý z následujících hodnot :

  • Vlastnost AssertionId parametru keyIdentifierClause má stejnou hodnotu jako vlastnost aktuální instance AssertionId .

  • Parametr keyIdentifierClause a tato instance jsou stejná instance.

Platí pro

Matches(String)

Určuje, jestli je zadaný identifikátor kontrolního výrazu SAML stejný jako aktuální instance.

public:
 bool Matches(System::String ^ assertionId);
public bool Matches (string assertionId);
override this.Matches : string -> bool
Public Function Matches (assertionId As String) As Boolean

Parametry

assertionId
String

Identifikátor kontrolního výrazu SAML, který se má porovnat.

Návraty

true pokud assertionId má stejnou hodnotu jako vlastnost aktuální instance AssertionId , falsev opačném případě .

Poznámky

Při porovnání se rozlišují malá a velká písmena.

Platí pro

Matches(String, SecurityKeyIdentifierClause)

Zdroj:
SamlAssertionKeyIdentifierClause.cs
Zdroj:
SamlAssertionKeyIdentifierClause.cs
Zdroj:
SamlAssertionKeyIdentifierClause.cs
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
keyIdentifierClause
SecurityKeyIdentifierClause

Návraty

Platí pro