Share via


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)

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.

See also

Reference

SPUserCodeService class

SPUserCodeService members

Microsoft.SharePoint.Administration namespace