Value of this CKA_APPLICATION attribute

Namespace:  Cryptware.NCryptoki
Assembly:  NCryptoki (in NCryptoki.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Application As String
	Get
C#
public string Application { get; }
Visual C++
public:
property String^ Application {
	String^ get ();
}
JavaScript
function get_application();

Field Value

The application value.

See Also