Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SecurityException::Url Property

 

Gets or sets the URL of the assembly that caused the exception.

Namespace:   System.Security
Assembly:  mscorlib (in mscorlib.dll)

public:
property String^ Url {
	[SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::NoFlags | SecurityPermissionFlag::ControlEvidence | SecurityPermissionFlag::ControlPolicy)]
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A URL that identifies the location of the assembly.

SecurityPermission

for the ability to provide evidence and view and modify policy. Associated enumerations: SecurityPermissionFlag::ControlEvidence, SecurityPermissionFlag::ControlPolicy Security action: Demand

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft