Discuss this help topic in SecureBlackbox Forum

TElCustomExtension.OID

TElCustomExtension     See also     


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


This property specifies the Object Identifier of corresponding certificate extension.

Declaration

[C#]
    byte[] OID;

[VB.NET]
    Property OID As Byte()

[Pascal]
    property OID : string;

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

[PHP]
    string get_OID()
    void set_OID(array of byte|string|NULL $Value)

[Java]
    byte[] getOID();
    void setOID(byte[] Value);

Description

    Use this property to specify/read the Object Identifier of the extension.

    Note, that this property has meaning only for custom extensions which don't have their own OIDs. Setting this property for the derived classes, that correspond to standard extensions (e.g. TElKeyUsageExtension), will take no effect.

See also:     Critical     Value    

Discuss this help topic in SecureBlackbox Forum