CertificateSettingSection.ImportedCertificateTokenIssuer property

Gets or sets the token issuer certificate.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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