System.Security.Policy.CodeConnectAccess.OriginScheme Field

Contains the value used to represent the scheme in the URL where the code originated.

Syntax

public static readonly string OriginScheme

Remarks

Do not use this field with the CodeConnectAccess.#ctor(string, int) constructor. Instead, use the CodeConnectAccess.CreateOriginSchemeAccess(int) method.

The value of this field is "$origin".

Requirements

Namespace: System.Security.Policy
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0