ApplicationSecurityInfo.DefaultRequestSet 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 or sets the default permission set.
public:
property System::Security::PermissionSet ^ DefaultRequestSet { System::Security::PermissionSet ^ get(); void set(System::Security::PermissionSet ^ value); };
public System.Security.PermissionSet DefaultRequestSet { get; set; }
member this.DefaultRequestSet : System.Security.PermissionSet with get, set
Public Property DefaultRequestSet As PermissionSet
Property Value
A PermissionSet object representing the default permissions for the application. The default is a PermissionSet with a permission state of None
Exceptions
DefaultRequestSet is set to null
.
Remarks
If the property has not been set, the get accessor returns a PermissionSet with a permission state of None.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.