CertificateSettingSection.TokenIssuerCertEnabled Property
Gets a value that indicates whether the token issuer certificate is enabled.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property TokenIssuerCertEnabled As Boolean
Get
'Usage
Dim instance As CertificateSettingSection
Dim value As Boolean
value = instance.TokenIssuerCertEnabled
public bool TokenIssuerCertEnabled { get; }
Property Value
Type: System.Boolean
true if the token issue certificate is enabled; otherwise, false.
See Also
Reference
CertificateSettingSection Class