Discuss this help topic in SecureBlackbox Forum
This property defines whether certificate is intended for E-mail protection.
Declaration
[C#]
bool EmailProtection;
[VB.NET]
Property EmailProtection As Boolean
[Pascal]
property EmailProtection : boolean;
[C++]
bool get_EmailProtection();
void set_EmailProtection(bool Value);
[PHP]
bool get_EmailProtection()
void set_EmailProtection(bool $Value)
[Java]
boolean getEmailProtection();
void setEmailProtection(boolean Value);
Description
This property defines whether certificate is intended for E-mail protection (S/MIME).
Discuss this help topic in SecureBlackbox Forum