Info related to the underlying native PKCS# Module

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Info As CryptokiInfo
	Get
C#
public CryptokiInfo Info { get; }
Visual C++
public:
virtual property CryptokiInfo^ Info {
	CryptokiInfo^ get () sealed;
}
JavaScript
function get_info();

Return Value

CryptokiInfo about this object

Implements

ICryptoki..::..Info

Remarks

Exceptions

ExceptionCondition
Cryptware.NCryptoki..::..CryptokiExceptionCryptokiException if a native error occurs

See Also