Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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