Aracılığıyla paylaş


SamlAssertionKeyIdentifierClause.Matches Yöntem

Tanım

Belirtilen anahtar tanımlayıcısının geçerli örnekle aynı olup olmadığını belirler.

Aşırı Yüklemeler

Matches(SecurityKeyIdentifierClause)

Belirtilen anahtar tanımlayıcısının geçerli örnekle aynı olup olmadığını belirler.

Matches(String)

Belirtilen SAML onay tanımlayıcısının geçerli örnekle aynı olup olmadığını belirler.

Matches(String, SecurityKeyIdentifierClause)

Matches(SecurityKeyIdentifierClause)

Kaynak:
SamlAssertionKeyIdentifierClause.cs
Kaynak:
SamlAssertionKeyIdentifierClause.cs
Kaynak:
SamlAssertionKeyIdentifierClause.cs

Belirtilen anahtar tanımlayıcısının geçerli örnekle aynı olup olmadığını belirler.

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ırılacak A SecurityKeyIdentifierClause .

Döndürülenler

true belirtilen anahtar tanımlayıcısı geçerli örnekle aynı olduğunda; aksi takdirde , false.

Açıklamalar

Bu Matches aşırı yükleme, aşağıdakilerden truebiri olduğunda değerini true döndürür:

  • AssertionId parametresinin keyIdentifierClause özelliği, geçerli örneğin AssertionId özelliğiyle aynı değere sahiptir.

  • keyIdentifierClause parametresi ve bu örnek aynı örnek.

Şunlara uygulanır

Matches(String)

Belirtilen SAML onay tanımlayıcısının geçerli örnekle aynı olup olmadığını belirler.

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

Parametreler

assertionId
String

Karşılaştırılacak SAML onay tanımlayıcısı.

Döndürülenler

truegeçerli örneğin AssertionId özelliğiyle aynı değere sahip olduğundaassertionId; değilse, false.

Açıklamalar

Karşılaştırma büyük/küçük harfe duyarlıdır.

Şunlara uygulanır

Matches(String, SecurityKeyIdentifierClause)

Kaynak:
SamlAssertionKeyIdentifierClause.cs
Kaynak:
SamlAssertionKeyIdentifierClause.cs
Kaynak:
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

Parametreler

assertionId
String
keyIdentifierClause
SecurityKeyIdentifierClause

Döndürülenler

Şunlara uygulanır