mscorlib(4.0.0.0) API with additions
|
Provides a base class for requesting the security status of an action from the T:System.AppDomainManager object. More...
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... | |
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.
|
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.
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.
true
if the state is available; otherwise, false
. Definition at line 14 of file SecurityState.cs.