SPTrustedProviderBase constructor (SPPersistedObject, String, String, X509Certificate2)
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, _
certificate As X509Certificate2 _
)
'Usage
Dim parent As SPPersistedObject
Dim name As String
Dim description As String
Dim certificate As X509Certificate2
Dim instance As New SPTrustedProviderBase(parent, _
name, description, certificate)
public SPTrustedProviderBase(
SPPersistedObject parent,
string name,
string description,
X509Certificate2 certificate
)
Parameters
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObjectThe parent of the trusted provider.
name
Type: System.StringThe name of the trusted provider.
description
Type: System.StringThe description of the trusted provider.
certificate
Type: System.Security.Cryptography.X509Certificates.X509Certificate2The public certificate of the trusted provider.