C# Класс Candor.Security.UserIdentity

Наследование: System.MarshalByRefObject, IIdentity
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
UserIdentity ( ) : System

Creates a new instance of UserIdentity.

UserIdentity ( AuthenticationHistory ticket, String authType ) : System

Creates a user instance from an authentication attempt.

UserIdentity ( System.Guid userID, string name, UserIdentity impersonator ) : System

Creates a new instance of an identity, but impersonated by the specified user.

Описание методов

UserIdentity() публичный Метод

Creates a new instance of UserIdentity.
public UserIdentity ( ) : System
Результат System

UserIdentity() публичный Метод

Creates a user instance from an authentication attempt.
public UserIdentity ( AuthenticationHistory ticket, String authType ) : System
ticket AuthenticationHistory The authentication results.
authType String The provider that authentication this identity.
Результат System

UserIdentity() публичный Метод

Creates a new instance of an identity, but impersonated by the specified user.
public UserIdentity ( System.Guid userID, string name, UserIdentity impersonator ) : System
userID System.Guid The unique identity of the user to impersonate.
name string The name of the user to impersonate.
impersonator UserIdentity The impersonator's authenticated identity.
Результат System