SPTrustedProviderBase - Constructeur (SPPersistedObject, String, String)
Initialise une nouvelle instance de la classe SPTrustedProviderBase .
Espace de noms : Microsoft.SharePoint.Administration.Claims
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As SPPersistedObject, _
name As String, _
description As String _
)
'Utilisation
Dim parent As SPPersistedObject
Dim name As String
Dim description As String
Dim instance As New SPTrustedProviderBase(parent, _
name, description)
public SPTrustedProviderBase(
SPPersistedObject parent,
string name,
string description
)
Paramètres
parent
Type : Microsoft.SharePoint.Administration.SPPersistedObjectLe parent du fournisseur approuvé.
name
Type : System.StringLe nom du fournisseur approuvé.
description
Type : System.StringDescription du fournisseur approuvé.
Voir aussi
Référence
SPTrustedProviderBase - Membres