System.Security.Policy.CodeConnectAccess.AnyScheme Field

Contains the string value that represents the scheme wildcard.

Syntax

public static readonly string AnyScheme

Remarks

As an alternative to constructing a System.Security.Policy.CodeConnectAccess object using this value, you can call the CodeConnectAccess.CreateAnySchemeAccess(int) method to obtain a System.Security.Policy.CodeConnectAccess object that represents a specified port and any scheme.

The value of this field is "*".

Requirements

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