SamlAssertionKeyIdentifierClause.Matches Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
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
true
pokud 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 true
ně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 , false
v opačném případě .
Poznámky
Při porovnání se rozlišují malá a velká písmena.
Platí pro
Matches(String, SecurityKeyIdentifierClause)
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