Home
last modified time | relevance | path

Searched refs:_AnonymousId (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Profile/
H A DProfileModule.cs284 private string _AnonymousId; field in System.Web.Profile.ProfileMigrateEventArgs
288 public string AnonymousID { get { return _AnonymousId;}}
292 _AnonymousId = anonymousId; in ProfileMigrateEventArgs()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DAnonymousIdentificationModule.cs410 … public string AnonymousID { get { return _AnonymousId;} set { _AnonymousId = value;}}
414 private string _AnonymousId; field in System.Web.Security.AnonymousIdentificationEventArgs