SPMobileMessageServiceProvider.AuthenticationTypes Enumeration
Identifies a method of user authentication.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration AuthenticationTypes
'Usage
Dim instance As SPMobileMessageServiceProvider.AuthenticationTypes
public enum AuthenticationTypes
Members
Member name | Description | |
---|---|---|
Invalid | Unknown or undefined method of authentication. | |
Normal | The service’s normal method of authentication. | |
Passport | Windows Live (formerly Passport) authentication. | |
FullTrust | Authentication by certificate. No password is required. This value is not used or supported inMicrosoft SharePoint Foundation. | |
Other | A method of authentication that does not fit any other category in the enumeration. |
Remarks
This type provides an object-oriented version of the tAuthenticationTypeEnum complex type of the Office Mobile Service (OMS) protocol.