Discuss this help topic in SecureBlackbox Forum

TElSSLTrustedCA.Value

TElSSLTrustedCA     See also     


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


This property specifies the hash value.

Declaration

[C#]
    byte[] Value;

[VB.NET]
    Property Value As Byte()

[Pascal]
    property Value : ByteArray;

[C++]
    void get_Value(std::vector<uint8_t> &OutResult);
    void set_Value(const std::vector<uint8_t> &Value);

[PHP]
    string get_Value()
    void set_Value(array of byte|string|NULL $Value)

[Java]
    byte[] getValue();
    void setValue(byte[] Value);

Description

    Use this property to access the value of the SHA1 hash, which references the root CA certificate.

See also:     IdentifierType    

Discuss this help topic in SecureBlackbox Forum