C# 클래스 OrbitOne.OpenId.MembershipProvider.OpenIdMembershipUser

상속: System.Web.Security.MembershipUser
파일 보기 프로젝트 열기: AArnott/OpenIDForSharepoint 1 사용 예제들

공개 메소드들

메소드 설명
OpenIdMembershipUser ( string providerName, Identifier openId, string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDate, System.DateTime lastActivityDate, System.DateTime lastPasswordChangedDate, System.DateTime lastLockoutDate ) : System

메소드 상세

OpenIdMembershipUser() 공개 메소드

public OpenIdMembershipUser ( string providerName, Identifier openId, string name, object providerUserKey, string email, string passwordQuestion, string comment, bool isApproved, bool isLockedOut, System.DateTime creationDate, System.DateTime lastLoginDate, System.DateTime lastActivityDate, System.DateTime lastPasswordChangedDate, System.DateTime lastLockoutDate ) : System
providerName string
openId DotNetOpenAuth.OpenId.Identifier
name string
providerUserKey object
email string
passwordQuestion string
comment string
isApproved bool
isLockedOut bool
creationDate System.DateTime
lastLoginDate System.DateTime
lastActivityDate System.DateTime
lastPasswordChangedDate System.DateTime
lastLockoutDate System.DateTime
리턴 System