Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.CertificateType

TElPKCS11ManagerCertificateObject     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Type of the certificate.

Declaration

[C#]
    TElPKCS11CertificateType CertificateType;

[VB.NET]
    Property CertificateType As TElPKCS11CertificateType

[Pascal]
    property CertificateType: TElPKCS11CertificateType;

[C++]
    TElPKCS11CertificateType get_CertificateType();
    void set_CertificateType(TElPKCS11CertificateType Value);

[PHP]
    integer get_CertificateType()
    void set_CertificateType(integer $Value)

[Java]
    TElPKCS11CertificateType getCertificateType();
    void setCertificateType(TElPKCS11CertificateType Value);

Possible values:

Description

    Use this property to get or set the certificate's type.

See also:     Category    

Discuss this help topic in SecureBlackbox Forum