Share via


SPTrustedProviderBase constructor (SPPersistedObject, String, String)

Initializes a new instance of the SPTrustedProviderBase class.

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 _
)
'Usage
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
)

Parameters

  • description
    Type: System.String

    The description of the trusted provider.

See also

Reference

SPTrustedProviderBase class

SPTrustedProviderBase members

SPTrustedProviderBase overload

Microsoft.SharePoint.Administration.Claims namespace