LogOnCredential Structure

A credential provided by a local user during the logon process.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Dundas.BI.AccountServicesLogOnCredential

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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
 NameDescription
Public methodEquals(LogOnCredential) Compares two LogOnCredential structures for equality.
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(LogOnCredential, LogOnCredential) Compares two LogOnCredential structures for equality.
Public operatorStatic memberInequality(LogOnCredential, LogOnCredential) Compares two LogOnCredential structures for inequality.
Top
See Also