HostProtectionAttribute.Resources Egenskap

Definition

Hämtar eller anger flaggor som anger kategorier av funktioner som kan vara skadliga för värden.

public:
 property System::Security::Permissions::HostProtectionResource Resources { System::Security::Permissions::HostProtectionResource get(); void set(System::Security::Permissions::HostProtectionResource value); };
public System.Security.Permissions.HostProtectionResource Resources { get; set; }
member this.Resources : System.Security.Permissions.HostProtectionResource with get, set
Public Property Resources As HostProtectionResource

Egenskapsvärde

En bitvis kombination av HostProtectionResource värdena. Standardvärdet är None.

Kommentarer

Flaggorna HostProtectionResource anger de resurser som exponeras av metoden eller klassen som kan vara skadliga för värden.

Gäller för

Se även