Gets the name of the certificate type.

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

Syntax

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

Field Value

The name of the certificate type.

See Also