Discuss this help topic in SecureBlackbox Forum

TElCMSRevocationRef.OtherRevType

TElCMSRevocationRef     See also     


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


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)

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

Parameters

  • V -

Description

    Use this property to specify the type of the revocation data referenced by OtherRevRefs.

See also:     OtherRevRefs    

Discuss this help topic in SecureBlackbox Forum