Discuss this help topic in SecureBlackbox Forum

TElCMSSignaturePolicy.PolicyIdentifier

TElCMSSignaturePolicy     See also     


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


This property contains an identifier of the signature policy.

Declaration

[C#]
    byte[] PolicyIdentifier;

[VB.NET]
    Property PolicyIdentifier As Byte()

[Pascal]
    property PolicyIdentifier : ByteArray;

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

[PHP]
    string get_PolicyIdentifier()
    void set_PolicyIdentifier(array of byte|string|NULL $Value)

[Java]
    byte[] getPolicyIdentifier();
    void setPolicyIdentifier(byte[] Value);

Description

    Use this property to specify a unique policy identifier.

See also:     PolicyHash    

Discuss this help topic in SecureBlackbox Forum