CustomerAuthentication Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents customer authentication information.
public enum class CustomerAuthentication
public enum CustomerAuthentication
type CustomerAuthentication =
Public Enum CustomerAuthentication
- Inheritance
-
CustomerAuthentication
Fields
Name | Value | Description |
---|---|---|
NotAuthenticated | 0 | Specifies that the customer is not authenticated. |
KnownButNotAuthenticated | 1 | Specifies that the customer is known but unauthenticated. |
Authenticated | 2 | Specifies that the customer is authenticated. |