Discuss this help topic in SecureBlackbox Forum
Indicates MIME type of the signed object.
Declaration
[C#/Java]
string MimeType;
[VB.NET]
Property MimeType As String
[Pascal]
property MimeType: WideString;
[C++]
void get_MimeType(sb_u16string &OutResult);
void get_MimeType(std::wstring &OutResult);
void set_MimeType(const sb_u16string &Value);
void set_MimeType(const std::wstring &Value);
[PHP]
string get_MimeType()
void set_MimeType(string $Value)
Description
Use this property to get or set the MIME type of the signed object.
Discuss this help topic in SecureBlackbox Forum