Returns the password of this Key store instance
Namespace:
DidiSoftAssembly: PGPLib (in PGPLib.dll) Version: 1.6.3.19546
Syntax
| C# |
|---|
[ObsoleteAttribute("Use Password property instead.")] protected virtual string GetKeystorePassword() |
| Visual Basic (Declaration) |
|---|
<ObsoleteAttribute("Use Password property instead.")> _ Protected Overridable Function GetKeystorePassword As String |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use Password property instead.")] protected: virtual String^ GetKeystorePassword() |