NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SecurityAttribute Class

This is the base attribute class for declarative security from which CodeAccessSecurityAttribute is derived.

Object
   Attribute
      SecurityAttribute

[Visual Basic]
MustInherit Public Class SecurityAttribute
   Inherits Attribute
[C#]
public abstract class SecurityAttribute : Attribute
[C++]
public __gc __abstract class SecurityAttribute : public Attribute
[JScript]
public abstract class SecurityAttribute extends Attribute

Remarks

[To be supplied.]

Requirements

Namespace: System.Security.Permissions

Assembly: mscorlib.dll

See Also

SecurityAttribute Members | System.Security.Permissions Namespace