Returns the name of the key encryption asymmetric algorithm.

Namespace: DidiSoft.Pgp
Assembly: DidiSoft.Pgp (in DidiSoft.Pgp.dll) Version: 1.7.3.35547

Syntax

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

See Also