Aracılığıyla paylaş


Saml2AssertionKeyIdentifierClause.Matches Yöntem

Tanım

İki anahtar tanımlayıcı yan tümcesi eşdeğer olup olmadığını belirler.

Aşırı Yüklemeler

Matches(SecurityKeyIdentifierClause)

Bu örneğin anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

Matches(String, SecurityKeyIdentifierClause)

Onay için anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

Matches(SecurityKeyIdentifierClause)

Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs

Bu örneğin anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

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

Parametreler

keyIdentifierClause
SecurityKeyIdentifierClause

Karşılaştıracak bir SecurityKeyIdentifierClause .

Döndürülenler

true geçerli örnekle aynı örnekse keyIdentifierClause ; değilse, false.

Şunlara uygulanır

Matches(String, SecurityKeyIdentifierClause)

Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs
Kaynak:
Saml2AssertionKeyIdentifierClause.cs

Onay için anahtar tanımlayıcısının belirtilen anahtar tanımlayıcı yan tümcesine eşdeğer olup olmadığını gösteren bir değer döndürür.

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

Parametreler

assertionId
String

Onay kimliği.

keyIdentifierClause
SecurityKeyIdentifierClause

Karşılaştıracak bir SecurityKeyIdentifierClause .

Döndürülenler

trueözelliğinin özelliğiyle keyIdentifierClauseId eşleşiyorsaassertionId, aksi takdirde . false

Özel durumlar

assertionId veya null boş bir dizedir.

Şunlara uygulanır