SPUserCodeService.SecurityPolicyFileCore Property
Gets or sets the name of the security policy configuration file for requests that originate outside ASP.NET.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property SecurityPolicyFileCore As String
Get
Set
'Usage
Dim instance As SPUserCodeService
Dim value As String
value = instance.SecurityPolicyFileCore
instance.SecurityPolicyFileCore = value
public string SecurityPolicyFileCore { get; set; }
Property Value
Type: System.String
The name of the security policy file for requests that originate outside ASP.NET.
Remarks
This property should only contain the name of the file and no elements of its path.