LogOnParameters Properties

The LogOnParameters type exposes the following members.

Properties
  NameDescription
Public propertyAccountName
Gets or sets the account name.
Public propertyCredentials
Gets or sets a collection of credentials.
Public propertyDeleteOtherSessions
Gets or sets a value indicating whether other sessions should be deleted if required for the logon to succeed.
Public propertyEffectiveAccountName
Gets or sets a LogOnCredential corresponding to AccountName in the EffectiveCredentials collection.
Public propertyEffectiveCredentials
Gets or sets the credentials for the effective account to be logged on. See remarks.
Public propertyEnforceSessionRestrictions
Gets or sets a value indicating whether certain session restrictions are validated during the logon sequence.
Public propertyExplicitCulture
Gets or sets the culture to associate with the logon session.
Public propertyExplicitTimeZone
Gets or sets the time zone to associate with the logon session.
Public propertyIsInteractiveLogOn
Gets or sets a value indicating whether the logon is coming from an interactive logon page.
Public propertyLogOnToken
Gets or sets the logon token.
Public propertyPassword
Gets or sets the password to use when AccountName is specified.
Public propertyUseWindowsIdentity
Gets or sets a value indicating whether the current Windows identity should be used to authenticate.
Top
See Also