Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.OtherRevRefs

TElCMSRevocationRef     See also     


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


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)

[Java]
    byte[] getOtherRevRefs();
    void setOtherRevRefs(byte[] V);

Parameters

  • V -

Description

    Use this property to specify a reference to the revocation data other than CRLs and OCSP responses.

See also:     OtherRevType    

Discuss this help topic in SecureBlackbox Forum