Click or drag to resize

SystemLOGON Class

The System.LOGON properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemLOGON

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class LOGON

The SystemLOGON type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuthenticationPackage
The System.LOGON.AuthenticationPackage property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_AuthenticationPackage. Display name Authentication package.
Public propertyStatic memberClientName
The System.LOGON.ClientName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_ClientName. Display name Client name.
Public propertyStatic memberDnsDomainName
The System.LOGON.DnsDomainName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_DnsDomainName. Display name DNS domain name.
Public propertyStatic memberLogonServer
The System.LOGON.LogonServer property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_LogonServer. Display name Logon server.
Public propertyStatic memberLogonTime
The System.LOGON.LogonTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_LOGON_LogonTime. Display name Logon time.
Public propertyStatic memberLUID
The System.LOGON.LUID property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_LOGON_LUID. Display name LUID.
Public propertyStatic memberStatus
The System.LOGON.Status property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_LOGON_Status. Display name Status.
Public propertyStatic memberTSSession
The System.LOGON.TSSession property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_LOGON_TSSession. Display name TS session.
Public propertyStatic memberUPN
The System.LOGON.UPN property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_UPN. Display name UPN.
Public propertyStatic memberWinStationName
The System.LOGON.WinStationName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_LOGON_WinStationName. Display name Session.
Top
See Also