Assembly.PermissionSet Property
Definition
Gets the grant set of the current assembly.
public:
virtual property System::Security::PermissionSet ^ PermissionSet { System::Security::PermissionSet ^ get(); };
[get: System.Security.SecurityCritical]
public virtual System.Security.PermissionSet PermissionSet { get; }
public virtual System.Security.PermissionSet PermissionSet { get; }
[<get: System.Security.SecurityCritical>]
member this.PermissionSet : System.Security.PermissionSet
member this.PermissionSet : System.Security.PermissionSet
Public Overridable ReadOnly Property PermissionSet As PermissionSet
Property Value
The grant set of the current assembly.
- Attributes
Remarks
PermissionSet objects can contain sensitive information such as paths. Therefore, full trust is required to access these objects.