SPTrustedProviderBase constructor (SPPersistedObject, String, String, Boolean)
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Protected Friend Sub New ( _
parent As SPPersistedObject, _
name As String, _
description As String, _
isLocalIssuer As Boolean _
)
'Uso
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
)
Parâmetros
- name
Type: System.String
- description
Type: System.String
- isLocalIssuer
Type: System.Boolean