Open this page in the API Guide

CredentialContext Class

Represents a context under which data source credentials are valid.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.DataRetrieval.CredentialContext

Namespace:  Dundas.BI.Data.DataRetrieval
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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 methodExecute<T>(Func<T>)
Executes the provided delegate under the context of the credentials.
Protected methodFinalize
Finalizes an instance of the CredentialContext class.
(Overrides Object.Finalize().)
Protected methodSetProperty
Allows derived classes to add/set properties of the context.
Top
See Also