Discuss this help topic in SecureBlackbox Forum
This property references the revocation data other than CRLs and OCSP responses.
Declaration
[C#]
byte[] OtherRevRefs;
[VB.NET]
Property OtherRevRefs As Byte()
[Pascal]
property OtherRevRefs : ByteArray;
[C++]
void get_OtherRevRefs(std::vector<uint8_t> &OutResult);
void set_OtherRevRefs(const std::vector<uint8_t> &Value);
[PHP]
string get_OtherRevRefs()
void set_OtherRevRefs(array of byte|string|NULL $Value)
Parameters
Description
Use this property to specify a reference to the revocation data
other than CRLs and OCSP responses.
Discuss this help topic in SecureBlackbox Forum