SPTrustedProviderBase constructor (SPPersistedObject, String, String, Uri)
Create a trusted access provider.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
parent As SPPersistedObject, _
name As String, _
description As String, _
metadataEndPoint As Uri _
)
'Usage
Dim parent As SPPersistedObject
Dim name As String
Dim description As String
Dim metadataEndPoint As Uri
Dim instance As New SPTrustedProviderBase(parent, _
name, description, metadataEndPoint)
public SPTrustedProviderBase(
SPPersistedObject parent,
string name,
string description,
Uri metadataEndPoint
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectThe parent of the provider.
name
Type: System.StringThe provider name.
description
Type: System.StringThe provider description.
metadataEndPoint
Type: System.UriThe endpoint that exposes provider's metadata