CredentialContext Class

Represents a context under which data source credentials are valid.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataRetrievalCredentialContext

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class CredentialContext : IDisposable

The CredentialContext type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyConnection
Gets the connection.
Public propertyProperties
Gets the properties of the context.
Top
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