NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Url Class

The Url class represents evidence of the URL from which a code assembly originates. The UrlIdentityPermission derives from this evidence and can be used to confirm that calling code comes from a certain URL.

Object
   Url

[Visual Basic]
NotInheritable Public Class Url
   Implements IIdentityPermissionFactory
[C#]
public sealed class Url : IIdentityPermissionFactory
[C++]
public __gc __sealed class Url : public IIdentityPermissionFactory
[JScript]
public class Url implements IIdentityPermissionFactory

Remarks

The security policy system uses URL together with other evidence about a code assembly to determine what permissions the code should be granted.

Requirements

Namespace: System.Security.Policy

Assembly: mscorlib.dll

See Also

Url Members | System.Security.Policy Namespace