Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationValues.OtherRevType

TElCMSRevocationValues     See also     


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


This property specifies the type of the custom revocation data.

Declaration

[C#]
    byte[] OtherRevType;

[VB.NET]
    Property OtherRevType As Byte()

[Pascal]
    property OtherRevType : ByteArray;

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

[PHP]
    string get_OtherRevType()
    void set_OtherRevType(array of byte|string|NULL $Value)

[Java]
    byte[] getOtherRevType();
    void setOtherRevType(byte[] Value);

Description

    Use this property to specify the type of OtherRevValues.

See also:     OtherRevValues    

Discuss this help topic in SecureBlackbox Forum