C# Class VelocityDB.AspNet.Identity.KeyFormats

Mostra file Open project: VelocityDB/VelocityDB Class Usage Examples

Public Properties

Property Type Description
LoginFormat string
UserFormat string

Public Methods

Method Description
GetKey ( object loginKey, object userKey ) : string

Method Details

GetKey() public static method

public static GetKey ( object loginKey, object userKey ) : string
loginKey object
userKey object
return string

Property Details

LoginFormat public_oe static_oe property

public static string LoginFormat
return string

UserFormat public_oe static_oe property

public static string UserFormat
return string