HostProtectionException.ProtectedResources Propriedade
Definição
Obtém ou define os recursos de proteção de host que não estão acessíveis para código parcialmente confiável.Gets or sets the host protection resources that are inaccessible to partially trusted code.
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
Valor da propriedade
Uma combinação de bits de bit que HostProtectionResource identifica as categorias de proteção de host inacessíveis.A bitwise combination of the HostProtectionResource values identifying the inaccessible host protection categories. O padrão é None.The default is None.
Comentários
Essa propriedade identifica as categorias de proteção do host que o host especificou como sendo inacessível para código que não é totalmente confiável.This property identifies the host protection categories that the host has specified as being inaccessible to code that is not fully trusted.