CredentialContext Methods

The CredentialContext type exposes the following members.

Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources.
Public methodExecute(Action)
Executes the provided delegate under the context of the credentials.
Public methodExecuteT(FuncT)
Executes the provided delegate under the context of the credentials.
Protected methodFinalize
Finalizes an instance of the CredentialContext class.
(Overrides ObjectFinalize.)
Protected methodSetProperty
Allows derived classes to add/set properties of the context.
Top
See Also