SPSecurityTokenServiceManager.PidEnabled property
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PidEnabled As Boolean
Get
Set
'Usage
Dim instance As SPSecurityTokenServiceManager
Dim value As Boolean
value = instance.PidEnabled
instance.PidEnabled = value
public bool PidEnabled { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPSecurityTokenServiceManager class