Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.ACAttrTypes

TElPKCS11ManagerCertificateObject     See also     


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


Object identifiers corresponding to the attribute types contained in the certificate.

Declaration

[C#]
    byte[] ACAttrTypes;

[VB.NET]
    Property ACAttrTypes As Byte()

[Pascal]
    property ACAttrTypes: ByteArray;

[C++]
    void get_ACAttrTypes(std::vector<uint8_t> &OutResult);
    void set_ACAttrTypes(const std::vector<uint8_t> &Value);

[PHP]
    string get_ACAttrTypes()
    void set_ACAttrTypes(array of byte|string|NULL $Value)

[Java]
    byte[] getACAttrTypes();
    void setACAttrTypes(byte[] V);

Parameters

  • V -

Description

    This property represents a "CKA_ATTR_TYPES" PKCS#11 object attribute: BER-encoded sequence of the object identifiers which correspond to the attribute types contained in the certificate. Applicable for attribute certificate objects.

See also:     ACOwner     ACIssuer    

Discuss this help topic in SecureBlackbox Forum