TypeDescriptorPermissionFlags 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Code Access Security is not supported or honored by the runtime.
定義型別描述元的權限設定。
此列舉支援其成員值的位元組合。
public enum class TypeDescriptorPermissionFlags
[System.Flags]
[System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public enum TypeDescriptorPermissionFlags
[System.Flags]
[System.Serializable]
public enum TypeDescriptorPermissionFlags
[System.Flags]
public enum TypeDescriptorPermissionFlags
[<System.Flags>]
[<System.Obsolete("Code Access Security is not supported or honored by the runtime.", DiagnosticId="SYSLIB0003", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type TypeDescriptorPermissionFlags =
[<System.Flags>]
[<System.Serializable>]
type TypeDescriptorPermissionFlags =
[<System.Flags>]
type TypeDescriptorPermissionFlags =
Public Enum TypeDescriptorPermissionFlags
- 繼承
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
NoFlags | 0 | 型別描述元上沒有設定權限旗標。 |
RestrictedRegistrationAccess | 1 | 可能透過部分信任程式碼呼叫的型別描述元。 |
備註
警告
程式代碼存取安全性 (CAS) 在所有版本的 .NET Framework 和 .NET 中已被取代。 使用 CAS 相關 API 時,最新版本的 .NET 不會接受 CAS 批注,併產生錯誤。 開發人員應尋求替代方案來完成安全性工作。