Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework. Gets the granted permission set of the assembly, which caused the SecurityException.
[Visual Basic]
Public ReadOnly Property GrantedSet As String
[C#]
public string GrantedSet {get;}
[C++]
public: __property String* get_GrantedSet();
[JScript]
public function get GrantedSet() : String; Property Value
The XML representation of the granted set of the assembly.
Exceptions
Remarks
This property might not contain relevant data in security exceptions other than exceptions involving checks for the AllowPartiallyTrustedCallersAttribute.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
See Also
SecurityException Class | SecurityException Members | System.Security Namespace