SPMobileMessageServiceProvider.AuthenticationType Property
Gets a value that specifies the type of authentication, if any, that the Office Mobile Service (OMS) messaging Web service is using.
Namespace: Microsoft.SharePoint.MobileMessage
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AuthenticationType As SPMobileMessageServiceProvider.AuthenticationTypes
Get
'Usage
Dim instance As SPMobileMessageServiceProvider
Dim value As SPMobileMessageServiceProvider.AuthenticationTypes
value = instance.AuthenticationType
public SPMobileMessageServiceProvider.AuthenticationTypes AuthenticationType { get; }
Property Value
Type: Microsoft.SharePoint.MobileMessage.SPMobileMessageServiceProvider.AuthenticationTypes
The type of authentication.
See Also
Reference
SPMobileMessageServiceProvider Class