CustomerAuthentication Enum

Definition

Represents customer authentication information.

public enum class CustomerAuthentication
public enum CustomerAuthentication
type CustomerAuthentication = 
Public Enum CustomerAuthentication
Inheritance
CustomerAuthentication

Fields

Authenticated 2

Specifies that the customer is authenticated.

KnownButNotAuthenticated 1

Specifies that the customer is known but unauthenticated.

NotAuthenticated 0

Specifies that the customer is not authenticated.

Applies to