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 description about the token issuer.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TokenIssuerDescription As String
Get
Set
'Usage
Dim instance As CertificateSettingSection
Dim value As String
value = instance.TokenIssuerDescription
instance.TokenIssuerDescription = value
public string TokenIssuerDescription { get; set; }
Property Value
Type: System.String
The description about the token issuer.
See Also
Reference
CertificateSettingSection Class