Open this page in the API Guide

LogOnCredential Structure

A credential provided by a local user during the logon process.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public struct LogOnCredential : IEquatable<LogOnCredential>

The LogOnCredential type exposes the following members.

Constructors
  NameDescription
Public methodLogOnCredential
Initializes a new instance of the LogOnCredential structure.
Top
Properties
  NameDescription
Public propertyId
Gets the ID associated with the type of credential.
Public propertyValue
Gets the value of the credential.
Top
Methods
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two LogOnCredential structures for equality.
Public operatorStatic memberInequality
Compares two LogOnCredential structures for inequality.
Top
See Also