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