<PackageReference Include="System.Security.Permissions" Version="9.0.5" />

Url

Provides the URL from which a code assembly originates as evidence for policy evaluation. This class cannot be inherited.
public string Value { get; }

Gets the URL from which the code assembly originates.

public Url(string name)

Initializes a new instance of the Url class with the URL from which a code assembly originates.

public object Copy()

Creates a new copy of the evidence object.

Creates an identity permission corresponding to the current instance of the Url evidence class.