Table of Contents

Enum SqlAssemblySecurityLevel

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Specifies the access rights for an assembly.

public enum SqlAssemblySecurityLevel

Fields

External = 2

The assembly security level is external access allowed.

Safe = 1

The assembly security level is safe access only.

Unknown = 0

The assembly security level is unknown.

Unrestricted = 3

The assembly security level is unrestricted access allowed.