Język

SecurityContextKeyIdentifierClause.Matches Metoda

Definicja

Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy.

Przeciążenia

Nazwa Opis
Matches(SecurityKeyIdentifierClause)

Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy.

Matches(UniqueId, UniqueId)

Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy z określonym identyfikatorem kontekstu i generowaniem.

Matches(SecurityKeyIdentifierClause)

Źródło:
SecurityContextKeyIdentifierClause.cs
Źródło:
SecurityContextKeyIdentifierClause.cs
Źródło:
SecurityContextKeyIdentifierClause.cs

Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy.

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

Parametry

keyIdentifierClause
SecurityKeyIdentifierClause

Wartość SecurityKeyIdentifierClause do porównania.

Zwraca

true jeśli dwa wystąpienia są równe; w przeciwnym razie, false.

Dotyczy

Matches(UniqueId, UniqueId)

Źródło:
SecurityContextKeyIdentifierClause.cs
Źródło:
SecurityContextKeyIdentifierClause.cs
Źródło:
SecurityContextKeyIdentifierClause.cs

Porównuje określony SecurityKeyIdentifierClause z bieżącym wystąpieniem SecurityContextKeyIdentifierClause klasy z określonym identyfikatorem kontekstu i generowaniem.

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

Parametry

contextId
UniqueId

Część identyfikatora kontekstu klauzuli identyfikatora.

generation
UniqueId

Część generowania klauzuli identyfikatora.

Zwraca

true jeśli dwa wystąpienia są równe; w przeciwnym razie, false.

Dotyczy