|
| Class | Description |
|---|
.gif) | AllowPartiallyTrustedCallersAttribute | Allows strong-named assemblies to be called by partially trusted code. Without this declaration, only fully trusted callers are able to use such assemblies. This class cannot be inherited. |
.gif) | CodeAccessPermission | Defines the underlying structure of all code access permissions. |
.gif) | HostProtectionException | The exception that is thrown when a denied host resource is detected. |
.gif) | HostSecurityManager | Allows the control and customization of security behavior for application domains. |
.gif) | NamedPermissionSet | Defines a permission set that has a name and description associated with it. This class cannot be inherited. |
.gif) | PermissionSet | Represents a collection that can contain many different types of permissions. |
.gif) | SecureString | Represents text that should be kept confidential. The text is encrypted for privacy when being used, and deleted from computer memory when no longer needed. This class cannot be inherited. |
.gif) | SecurityContext | Encapsulates and propagates all security-related data for execution contexts transferred across threads. This class cannot be inherited. |
.gif) | SecurityCriticalAttribute | Specifies that code or an assembly performs security-critical operations. |
.gif) | SecurityElement | Represents the XML object model for encoding security objects. This class cannot be inherited. |
.gif) | SecurityException | The exception that is thrown when a security error is detected. |
.gif) | SecurityManager | Provides the main access point for classes interacting with the security system. This class cannot be inherited. |
.gif) | SecuritySafeCriticalAttribute | Identifies types or members as security-critical and safely accessible by transparent code. |
.gif) | SecurityState | Provides a base class for requesting the security status of an action from the AppDomainManager object. |
.gif) | SecurityTransparentAttribute | Specifies that an assembly cannot cause an elevation of privilege. |
.gif) | SecurityTreatAsSafeAttribute | Identifies which of the nonpublic SecurityCriticalAttribute members are accessible by transparent code within the assembly. |
.gif) | SuppressUnmanagedCodeSecurityAttribute | Allows managed code to call into unmanaged code without a stack walk. This class cannot be inherited. |
.gif) | UnverifiableCodeAttribute | Marks modules containing unverifiable code. This class cannot be inherited. |
.gif) | VerificationException | The exception that is thrown when the security policy requires code to be type safe and the verification process is unable to verify that the code is type safe. |
.gif) | XmlSyntaxException | The exception that is thrown when there is a syntax error in XML parsing. This class cannot be inherited. |