Discuss this help topic in SecureBlackbox Forum

TElPKCS11ManagerCertificateObject.ACOwner

TElPKCS11ManagerCertificateObject     See also     


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


Specifies the attribute certificate's owner.

Declaration

[C#]
    byte[] ACOwner;

[VB.NET]
    Property ACOwner As Byte()

[Pascal]
    property ACOwner: ByteArray;

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

[PHP]
    string get_ACOwner()
    void set_ACOwner(array of byte|string|NULL $Value)

[Java]
    byte[] getACOwner();
    void setACOwner(byte[] V);

Parameters

  • V -

Description

    Use this property to get or set the owner of the attribute certificate.

See also:     ACIssuer     ACAttrTypes    

Discuss this help topic in SecureBlackbox Forum