Gets the name of this PKCS#11 object's class.

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

Syntax

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

Field Value

The name of the PKCS#11 object's class.

Implements

ICryptokiObject..::..ClassName

See Also