SPAuthenticationProvider constructor
Initializes a new instance of the SPAuthenticationProvider class.
Namespace: Microsoft.SharePoint.AdministrationOperation
Assembly: Microsoft.SharePoint.AdministrationOperation (in Microsoft.SharePoint.AdministrationOperation.dll)
Syntax
'Declaration
Protected Friend Sub New ( _
marshaledForAdminServer As Object _
)
'Usage
Dim marshaledForAdminServer As Object
Dim instance As New SPAuthenticationProvider(marshaledForAdminServer)
protected internal SPAuthenticationProvider(
Object marshaledForAdminServer
)
Parameters
- marshaledForAdminServer
Type: System.Object
See also
Reference
SPAuthenticationProvider class