Aracılığıyla paylaş


SecurityContextKeyIdentifierClause.Matches Yöntem

Tanım

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

Aşırı Yüklemeler

Matches(SecurityKeyIdentifierClause)

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

Matches(UniqueId, UniqueId)

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

Matches(SecurityKeyIdentifierClause)

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

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

SecurityKeyIdentifierClauseKarşılaştırılacak.

Döndürülenler

Boolean

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

Şunlara uygulanır

Matches(UniqueId, UniqueId)

Belirtilen SecurityKeyIdentifierClause SecurityContextKeyIdentifierClause bağlam tanımlayıcısı ve nesli ile, belirtilen bir sınıfının geçerli örneğiyle 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

Boolean

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

Şunlara uygulanır