Returns the password of this Key store instance

Namespace:  DidiSoft
Assembly:  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()

Return Value

this Key store instance password

See Also