SPTrustedSecurityTokenService.IsSelfIssuer property
Gets or sets a value indicating whether trusted provider is only allowed to assert its own identity as an application.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsSelfIssuer As Boolean
Get
Set
'Usage
Dim instance As SPTrustedSecurityTokenService
Dim value As Boolean
value = instance.IsSelfIssuer
instance.IsSelfIssuer = value
public bool IsSelfIssuer { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPTrustedSecurityTokenService class