Skip to content

Enum CapabilityAccess

Namespace: Cephalon.Abstractions.Capabilities
Assembly: Cephalon.Abstractions.dll

Describes how a capability may be consumed under the active trust policy.

public enum CapabilityAccess

Allowed = 0

Indicates the capability can be used without additional trust requirements.

Denied = 2

Indicates the capability is denied.

TrustedOnly = 1

Indicates the capability can be used only by trusted modules or packages.