Metadata_Authentication_AuthenticationInfo_SchemeType

Metadata_Authentication_AuthenticationInfo_SchemeType
Metadata_Authentication_AuthenticationInfo_SchemeType

The AuthenticationInfo.SchemeType enumerated type provides enumeration values for the set of valid authentication scheme types.
SESSIONLESS : Indicates that the scheme is a session less authentication scheme, the user is authenticated on every operation. There is no explicit session establishment.
SESSION_AWARE : Indicates that the scheme is a session aware authentication scheme. It requires an explicit login before executing a operation and logout when a session terminates. A service might choose to have a session aware scheme if it wants to associate some state corresponding to the user until the user logs out or if it wants to mitigate the cost of authenticating the user on every operation.

This data structure has no properties.
Enumeration: SESSIONLESS, SESSION_AWARE,