Click or drag to resize

SystemIdentity Class

The System.Identity properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemIdentity

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

The SystemIdentity type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBlob
The System.Identity.Blob property key. PropVariant type: VT_BLOB. .NET type: System.Byte[]. Shell name PKEY_Identity_Blob. Display name Identity import/export blob.
Public propertyStatic memberDisplayName
The System.Identity.DisplayName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_DisplayName. Display name Display name.
Public propertyStatic memberInternetSid
The System.Identity.InternetSid property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_InternetSid. Display name Identity internet SID.
Public propertyStatic memberIsMeIdentity
The System.Identity.IsMeIdentity property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Identity_IsMeIdentity. Display name Me identity.
Public propertyStatic memberKeyProviderContext
The System.Identity.KeyProviderContext property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_KeyProviderContext. Display name Identity key provider context.
Public propertyStatic memberKeyProviderName
The System.Identity.KeyProviderName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_KeyProviderName. Display name Identity key provider name.
Public propertyStatic memberLogonStatusString
The System.Identity.LogonStatusString property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_LogonStatusString. Display name Identity user logon status string.
Public propertyStatic memberPrimaryEmailAddress
The System.Identity.PrimaryEmailAddress property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_PrimaryEmailAddress. Display name Primary e-mail address.
Public propertyStatic memberPrimarySid
The System.Identity.PrimarySid property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_PrimarySid. Display name Identity primary SID.
Public propertyStatic memberProviderData
The System.Identity.ProviderData property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_ProviderData. Display name Provider custom identity data.
Public propertyStatic memberProviderID
The System.Identity.ProviderID property key. PropVariant type: VT_CLSID. .NET type: System.Guid. Shell name PKEY_Identity_ProviderID. Display name Provider ID.
Public propertyStatic memberQualifiedUserName
The System.Identity.QualifiedUserName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_QualifiedUserName. Display name Identity qualified user name.
Public propertyStatic memberUniqueID
The System.Identity.UniqueID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_UniqueID. Display name Identity ID.
Public propertyStatic memberUserName
The System.Identity.UserName property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Identity_UserName. Display name Identity user name.
Top
See Also