Share via


CertificateSettingSection.ImportedCertificateRootAuthority Property

Gets or sets the root authority certificate.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property ImportedCertificateRootAuthority As X509Certificate2
    Get
    Set
'Usage
Dim instance As CertificateSettingSection
Dim value As X509Certificate2

value = instance.ImportedCertificateRootAuthority

instance.ImportedCertificateRootAuthority = value
public X509Certificate2 ImportedCertificateRootAuthority { get; set; }

Property Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2
The root authority certificate.

See Also

Reference

CertificateSettingSection Class

CertificateSettingSection Members

Microsoft.SharePoint.WebControls Namespace