共用方式為


HostProtectionException.ProtectedResources 屬性

定義

取得或設定無法對部分信任程式碼進行存取的主機保護資源。

public:
 property System::Security::Permissions::HostProtectionResource ProtectedResources { System::Security::Permissions::HostProtectionResource get(); };
public System.Security.Permissions.HostProtectionResource ProtectedResources { get; }
member this.ProtectedResources : System.Security.Permissions.HostProtectionResource
Public ReadOnly Property ProtectedResources As HostProtectionResource

屬性值

HostProtectionResource 值的位元組合,識別無法存取的主機保護分類。 預設為 None

備註

這個屬性會識別主機指定為無法存取未完全信任之程式碼的主機保護類別。

適用於