LogOnCredentialIds Class

Identifiers of standard logon credential types.
Inheritance Hierarchy
SystemObject
  Dundas.BI.AccountServicesLogOnCredentialIds

Namespace: Dundas.BI.AccountServices
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public static class LogOnCredentialIds

The LogOnCredentialIds type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberAccountName The ID of a LogOnCredential representing the account name.
Public fieldStatic memberLogOnToken The ID of a LogOnCredential representing a log on token.
Public fieldStatic memberPassword The ID of a LogOnCredential representing a local account's password.
Top
See Also