ข้ามไปยังเนื้อหา

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.