SPTrustedProviderBase - Constructeur (SPPersistedObject, String, String, Boolean)
Espace de noms : Microsoft.SharePoint.Administration.Claims
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Protected Friend Sub New ( _
parent As SPPersistedObject, _
name As String, _
description As String, _
isLocalIssuer As Boolean _
)
'Utilisation
Dim parent As SPPersistedObject
Dim name As String
Dim description As String
Dim isLocalIssuer As Boolean
Dim instance As New SPTrustedProviderBase(parent, _
name, description, isLocalIssuer)
protected internal SPTrustedProviderBase(
SPPersistedObject parent,
string name,
string description,
bool isLocalIssuer
)
Paramètres
- parent
Type : Microsoft.SharePoint.Administration.SPPersistedObject
- name
Type : System.String
- description
Type : System.String
- isLocalIssuer
Type : System.Boolean
Voir aussi
Référence
SPTrustedProviderBase - Membres