Open this page in the API Guide

LogOnCredentialData Class

Class used for log on credential transfer to LogOnCredential.
Inheritance Hierarchy
System.Object
  Dundas.BI.WebApi.Models.LogOnCredentialData

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataContractAttribute]
public class LogOnCredentialData

The LogOnCredentialData type exposes the following members.

Constructors
  NameDescription
Public methodLogOnCredentialData
Initializes a new instance of the LogOnCredentialData class
Top
Properties
  NameDescription
Public propertyId
Gets the ID associated with the type of credential.
Public propertyValue
Gets the value of the credential.
Top
See Also