ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

ASP.NET.in.a.Nutshell.Second.Edition [Electronic resources] - نسخه متنی

G. andrew Duthie; matthew Macdonald

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید







DefaultAuthenticationEventArgs

System.Web.Security (system.web.dll)sealed class

This class provides a reference to the
System.Web.HttpContext object for the
DefaultAuthenticationModule.Authenticate event.
Unlike all other Authenticate events, this event
does not provide objects that allow you to set or examine user
identity information; the
DefaultAuthenticationModule is used only when the
authentication mode is set to
"None."

public sealed class 

DefaultAuthenticationEventArgs : EventArgs {
// Public Constructors
public

DefaultAuthenticationEventArgs (System.Web.HttpContext

context );
// Public Instance Properties
public HttpContext

Context {get; }
}



Hierarchy


System.Object
System.EventArgs
DefaultAuthenticationEventArgs

Passed To


DefaultAuthenticationEventHandler.{BeginInvoke( ),
Invoke( )}

/ 873