C# Class OrbitOne.OpenId.MembershipProvider.OpenIdMembershipUser

Inheritance: System.Web.Security.MembershipUser
Datei anzeigen Open project: AArnott/OpenIDForSharepoint Class Usage Examples

Public Methods

Method Description
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

Method Details

OpenIdMembershipUser() public method

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
return System