SecurityContextKeyIdentifierClause.Matches Yöntem

Tanım

Belirtilen SecurityKeyIdentifierClause öğesini sınıfın geçerli örneğiyle SecurityContextKeyIdentifierClause karşılaştırır.

Aşırı Yüklemeler

Name Description
Matches(SecurityKeyIdentifierClause)

Belirtilen SecurityKeyIdentifierClause öğesini sınıfın geçerli örneğiyle SecurityContextKeyIdentifierClause karşılaştırır.

Matches(UniqueId, UniqueId)

Belirtilen bir öğesini, belirtilen SecurityKeyIdentifierClause bağlam tanımlayıcısı ve oluşturma ile sınıfın geçerli örneğiyle SecurityContextKeyIdentifierClause karşılaştırır.

Matches(SecurityKeyIdentifierClause)

Kaynak:
SecurityContextKeyIdentifierClause.cs
Kaynak:
SecurityContextKeyIdentifierClause.cs
Kaynak:
SecurityContextKeyIdentifierClause.cs

Belirtilen SecurityKeyIdentifierClause öğesini sınıfın geçerli örneğiyle SecurityContextKeyIdentifierClause karşılaştırır.

public:
 override bool Matches(System::IdentityModel::Tokens::SecurityKeyIdentifierClause ^ keyIdentifierClause);
public override bool Matches(System.IdentityModel.Tokens.SecurityKeyIdentifierClause keyIdentifierClause);
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 SecurityKeyIdentifierClause .

Döndürülenler

true iki örnek eşitse; aksi takdirde , false.

Şunlara uygulanır

Matches(UniqueId, UniqueId)

Kaynak:
SecurityContextKeyIdentifierClause.cs
Kaynak:
SecurityContextKeyIdentifierClause.cs
Kaynak:
SecurityContextKeyIdentifierClause.cs

Belirtilen bir öğesini, belirtilen SecurityKeyIdentifierClause bağlam tanımlayıcısı ve oluşturma ile sınıfın geçerli örneğiyle SecurityContextKeyIdentifierClause karşılaştırır.

public:
 bool Matches(System::Xml::UniqueId ^ contextId, System::Xml::UniqueId ^ generation);
public bool Matches(System.Xml.UniqueId contextId, System.Xml.UniqueId generation);
override this.Matches : System.Xml.UniqueId * System.Xml.UniqueId -> bool
Public Function Matches (contextId As UniqueId, generation As UniqueId) As Boolean

Parametreler

contextId
UniqueId

Tanımlayıcı yan tümcesinin bağlam kimliği bölümü.

generation
UniqueId

Tanımlayıcı yan tümcesinin oluşturma bölümü.

Döndürülenler

true iki örnek eşitse; aksi takdirde , false.

Şunlara uygulanır