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 (24.1.0.1001)
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
  NameDescription
Public methodEquals(Object)
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(LogOnCredential)
Compares two LogOnCredential structures for equality.
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Compares two LogOnCredential structures for equality.
Public operatorStatic memberInequality
Compares two LogOnCredential structures for inequality.
Top
See Also