SPTrustedProviderBase constructor (SPPersistedObject, String, String, X509Certificate2)
初始化SPTrustedProviderBase類別的新執行個體。
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
parent As SPPersistedObject, _
name As String, _
description As String, _
certificate As X509Certificate2 _
)
'用途
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
)
參數
parent
Type: Microsoft.SharePoint.Administration.SPPersistedObject父項的受信任的提供者。
name
Type: System.String受信任的提供者的名稱。
description
Type: System.String受信任的提供者的描述。
certificate
Type: System.Security.Cryptography.X509Certificates.X509Certificate2受信任的提供者的公用憑證。