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