Wraps a PKCS#11 X509AttributeCertificate Object

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

Syntax

Visual Basic (Declaration)
<ComVisibleAttribute(True)> _
<ClassInterfaceAttribute(ClassInterfaceType.AutoDual)> _
<GuidAttribute("CA222290-243D-4ccf-9159-C33EC237068F")> _
Public Class X509AttributeCertificate _
	Inherits Certificate _
	Implements IX509AttributeCertificate
C#
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.AutoDual)]
[GuidAttribute("CA222290-243D-4ccf-9159-C33EC237068F")]
public class X509AttributeCertificate : Certificate, 
	IX509AttributeCertificate
Visual C++
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType::AutoDual)]
[GuidAttribute(L"CA222290-243D-4ccf-9159-C33EC237068F")]
public ref class X509AttributeCertificate : public Certificate, 
	IX509AttributeCertificate
JavaScript
Cryptware.NCryptoki.X509AttributeCertificate = function();

Type.createClass(
	'Cryptware.NCryptoki.X509AttributeCertificate',
	Cryptware.NCryptoki.Certificate,
	Cryptware.NCryptoki.IX509AttributeCertificate);

Inheritance Hierarchy

System..::..Object
  Cryptware.NCryptoki..::..CryptokiObject
    Cryptware.NCryptoki..::..Storage
      Cryptware.NCryptoki..::..Certificate
        Cryptware.NCryptoki..::..X509AttributeCertificate

See Also