File name where this KeyStore object is stored.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.dll) Version: 1.6.3.19546

Syntax

C#
public string FileName { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileName As String
Visual C++
public:
property String^ FileName {
	String^ get ();
}

See Also