SecurityException.DenySetInstance
SecurityException.DenySetInstance
SecurityException.DenySetInstance
SecurityException.DenySetInstance
Property
Definition
Gets or sets the denied security permission, permission set, or permission set collection that caused a demand to fail.
public:
property System::Object ^ DenySetInstance { System::Object ^ get(); void set(System::Object ^ value); };
[System.Runtime.InteropServices.ComVisible(false)]
public object DenySetInstance { get; set; }
member this.DenySetInstance : obj with get, set
Public Property DenySetInstance As Object
Property Value
Remarks
This property contains the denied permission, permission set, or permission set collection that caused the security check to fail. It is null
for exceptions that are not caused by a Deny. The property is of type Object because it can contain a permission, a permission set, or a permission set collection. To test the run-time type of this property, you can use the GetType method or a specific language operator, such as the operator in C# or the operator in Visual Basic.
Security
SecurityPermission
for the ability to provide evidence and view and modify policy. Associated enumerations: ControlEvidence, ControlPolicy Security action: Demand
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...