Open this page in the API Guide

LocalLogOnContext.Credentials Property

Gets the collection of log on credentials.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<LogOnCredential> Credentials { get; }

Property Value

Type: ICollection<LogOnCredential>
See Also