Assembly.PermissionSet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the grant set of the current assembly.
public:
virtual property System::Security::PermissionSet ^ PermissionSet { System::Security::PermissionSet ^ get(); };
public virtual System.Security.PermissionSet PermissionSet { [System.Security.SecurityCritical] get; }
[<get: System.Security.SecurityCritical>]
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.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา