Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an array of the referenced assemblies that require FullTrust permissions.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
Public Property References As String()
'Usage
Dim instance As SetOffice2003SecurityPolicy
Dim value As String()
value = instance.References
instance.References = value
public string[] References { get; set; }
public:
property array<String^>^ References {
array<String^>^ get ();
void set (array<String^>^ value);
}
public function get References () : String[]
public function set References (value : String[])
Property Value
Type: array<System.String[]
An array of strings that contain security policy references.
Remarks
The array contains assembly references that will be updated to have FullTrust permissions.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SetOffice2003SecurityPolicy Class