Discuss this help topic in SecureBlackbox Forum
This property contains revocation data other than CRLs and OCSP responses.
Declaration
[C#]
byte[] OtherRevValues;
[VB.NET]
Property OtherRevValues As Byte()
[Pascal]
property OtherRevValues : ByteArray;
[C++]
void get_OtherRevValues(std::vector<uint8_t> &OutResult);
void set_OtherRevValues(const std::vector<uint8_t> &Value);
[PHP]
string get_OtherRevValues()
void set_OtherRevValues(array of byte|string|NULL $Value)
[Java]
byte[] getOtherRevValues();
void setOtherRevValues(byte[] Value);
Description
Use this property to specify custom revocation data other
than CRLs and OCSP responses.
Discuss this help topic in SecureBlackbox Forum