Returns true if this key can be used for encryption, otherwise false.

Namespace:  DidiSoft
Assembly:  PGPLib (in PGPLib.exe) Version: 1.6.2.15631

Syntax

C#
public bool EncryptionKey { get; }
Visual Basic (Declaration)
Public ReadOnly Property EncryptionKey As Boolean
Visual C++
public:
property bool EncryptionKey {
	bool get ();
}

See Also