C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] نسخه متنی

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

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

C# Developeramp;#039;s Guide to ASP.NET, XML, and ADO.NET [Electronic resources] - نسخه متنی

Jeffrey P. McManus; Chris Kinsman

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

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

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








Identity and Principal


Two key objects closely associated with security in .NET are identities and principal objects. An identity represents a user's identity and the method used to authenticate the user. Two identity classes are provided by default in .NET. The GenericIdentity is a generic implementation of the IIdentity interface that is not specific to any particular type of authentication. It implements the required interface and no more. The WindowsIdentity is an implementation of IIdentity that adds more methods and properties particular to Windows-based authentication.

/ 106