Returns the attached native cryptoki library

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

Syntax

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

Return Value

attached native cryptoki library

Remarks