World is now on Opti ID! Learn more

Class ConvertGuidUserKey

Supports membership providers with System.Guid values for ProviderUserKey.

Inheritance
System.Object
ConvertGuidUserKey
Implements
Namespace: Mediachase.Commerce.Customers
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class ConvertGuidUserKey : Object, IUserKeyConverter

Constructors

ConvertGuidUserKey()

Declaration
public ConvertGuidUserKey()

Properties

ForType

Returns the System.Type for System.Guid.

Declaration
public Type ForType { get; }
Property Value
Type Description
System.Type

Methods

ConvertToString(Object)

Converts the user key to a string.

Declaration
public string ConvertToString(object userKey)
Parameters
Type Name Description
System.Object userKey

The provider user key.

Returns
Type Description
System.String

A string representation of the user key.

ConvertToUserKey(String)

Converts a string to a provider user key.

Declaration
public object ConvertToUserKey(string key)
Parameters
Type Name Description
System.String key

The provider user key.

Returns
Type Description
System.Object

The provider user key.

Implements