mscorlib(4.0.0.0) API with additions
System.Security.SecurityState Class Referenceabstract

Provides a base class for requesting the security status of an action from the T:System.AppDomainManager object. More...

Inheritance diagram for System.Security.SecurityState:
[legend]

Public Member Functions

bool IsStateAvailable ()
 Gets a value that indicates whether the state for this implementation of the T:System.Security.SecurityState class is available on the current host. More...
 
abstract void EnsureState ()
 When overridden in a derived class, ensures that the state that is represented by T:System.Security.SecurityState is available on the host. More...
 

Detailed Description

Provides a base class for requesting the security status of an action from the T:System.AppDomainManager object.

Definition at line 8 of file SecurityState.cs.

Member Function Documentation

◆ EnsureState()

abstract void System.Security.SecurityState.EnsureState ( )
pure virtual

When overridden in a derived class, ensures that the state that is represented by T:System.Security.SecurityState is available on the host.

Implemented in System.IO.IsolatedStorage.IsolatedStorageSecurityState.

◆ IsStateAvailable()

bool System.Security.SecurityState.IsStateAvailable ( )

Gets a value that indicates whether the state for this implementation of the T:System.Security.SecurityState class is available on the current host.

Returns
true if the state is available; otherwise, false.

Definition at line 14 of file SecurityState.cs.


The documentation for this class was generated from the following file: