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