ShellBrowserBaseIsEncrypted Method |
Checks if the currently active object is encrypted.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public bool IsEncrypted()
Public Function IsEncrypted As Boolean
public:
bool IsEncrypted()
member IsEncrypted : unit -> bool
Return Value
Type:
Booleantrue, if the currently active object is encrypted, false otherwise.
See Also