Returns the name of the key encryption asymmetric algorithm.

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

Syntax

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

See Also