C# 클래스 Candor.Security.UserIdentity

상속: System.MarshalByRefObject, IIdentity
파일 보기 프로젝트 열기: michael-lang/candor-common 1 사용 예제들

공개 메소드들

메소드 설명
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