Share via


SessionAuthenticationModule.ContainsSessionTokenCookie Yöntem

Tanım

Oturum tanımlama bilgisinin belirtilen tanımlama bilgisi koleksiyonunda olup olmadığını belirler.

public:
 bool ContainsSessionTokenCookie(System::Web::HttpCookieCollection ^ httpCookieCollection);
public bool ContainsSessionTokenCookie (System.Web.HttpCookieCollection httpCookieCollection);
member this.ContainsSessionTokenCookie : System.Web.HttpCookieCollection -> bool
Public Function ContainsSessionTokenCookie (httpCookieCollection As HttpCookieCollection) As Boolean

Parametreler

httpCookieCollection
HttpCookieCollection

Aranacak tanımlama bilgileri koleksiyonu.

Döndürülenler

true oturum tanımlama bilgisi bulunursa; aksi takdirde , false.

Özel durumlar

httpCookieCollection, null değeridir.

Şunlara uygulanır