Discuss this help topic in SecureBlackbox Forum
This property specifies the type of other than CRLs and OCSP responses 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)
Parameters
Description
Use this property to specify the type of the revocation data
referenced by
OtherRevRefs.
Discuss this help topic in SecureBlackbox Forum