.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Mime Class Summary

Mime::Micalg

The MIC algorithm, such as "SHA1" when the content type is multipart/signed. Properties such as this are rarely set manually, as Chilkat MIME automatically sets it to the correct value when creating a signed message.

  Declarations  
    [Visual Basic]
Public Property Micalg As String

[C#]
public string Micalg {get; set;}

[C++]
public: __property String* get_Micalg();
public: __property void set_Micalg(String *);

[JScript]
public function get Micalg() : String;
public function set Micalg(String);
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.