SPTrustedAuthenticationProvider constructor (String)
Initializes a new instance of the SPTrustedAuthenticationProvider class.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
providerName As String _
)
'Usage
Dim providerName As String
Dim instance As New SPTrustedAuthenticationProvider(providerName)
public SPTrustedAuthenticationProvider(
string providerName
)
Parameters
providerName
Type: System.StringThe name of the authentication provider that is trusted.
See also
Reference
SPTrustedAuthenticationProvider class
SPTrustedAuthenticationProvider members