HostProtectionException.ProtectedResources 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置部分受信任的代码不可访问的主机保护资源。
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。
注解
此属性标识主机指定的主机保护类别对于不完全信任的代码不可访问。