Click or drag to resize

ShellFolderServerIsImpersonatingClient Property

Gets a value indicating if CBFS Shell is configured to impersonate the Windows Shell user for the default native proxy. Don't use this member if you are hosting multiple CBFS Shell native proxies, but use the NativeProxy instance member instead.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsImpersonatingClient { get; }

Property Value

Type: Boolean
true if CBFS Shell is configured to impersonate the Windows Shell user; false otherwise.
See Also