Discuss this help topic in SecureBlackbox Forum

TElSimpleSMIMEOptions.MicAlg

TElSimpleSMIMEOptions     See also     


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


Specifies signature method.

Declaration

[C#]
    string MicAlg;

[VB.NET]
    Property MicAlg As String

[Pascal]
    property MicAlg: string;

[C++]
    void get_MicAlg(std::string &OutResult);
    void set_MicAlg(const std::string &Value);

[PHP]
    string get_MicAlg()
    void set_MicAlg(string $Value)

[Java]
    String getMicAlg();
    void setMicAlg(String Value);

Values

Description

    Use this property to define signature method. Default value is 'sha1''.

See also:     EncoderMicAlg    

Discuss this help topic in SecureBlackbox Forum