Compartilhar via


SPTrustedProviderBase constructor (SPPersistedObject, String, String, Uri)

Crie um provedor de acesso confiável.

Namespace:  Microsoft.SharePoint.Administration.Claims
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public Sub New ( _
    parent As SPPersistedObject, _
    name As String, _
    description As String, _
    metadataEndPoint As Uri _
)
'Uso
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
)

Parâmetros

  • metadataEndPoint
    Type: System.Uri

    O ponto de extremidade que expõe os metadados do provedor

Ver também

Referência

SPTrustedProviderBase class

SPTrustedProviderBase members

SPTrustedProviderBase overload

Microsoft.SharePoint.Administration.Claims namespace