Edit

Share via


HostProtectionAttribute.Resources Property

Definition

Gets or sets flags specifying categories of functionality that are potentially harmful to the host.

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

Property Value

A bitwise combination of the HostProtectionResource values. The default is None.

Remarks

The HostProtectionResource flags specify the resources exposed by the method or class that are potentially harmful to the host.

Applies to

See also