Share via


CertificateSettingSection.ImportedCertificateTokenIssuer Property

Gets or sets the token issuer certificate.

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

Syntax

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

value = instance.ImportedCertificateTokenIssuer

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

Property Value

Type: System.Security.Cryptography.X509Certificates.X509Certificate2
The token issuer certificate.

See Also

Reference

CertificateSettingSection Class

CertificateSettingSection Members

Microsoft.SharePoint.WebControls Namespace