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