 | CryptoContextSMIMEEncryptor Property |
Get or sets a custom S/MIME encryptor.
Namespace: Limilabs.Cryptography.PluginAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic static ISMIMEEncryptor SMIMEEncryptor { get; set; }Public Shared Property SMIMEEncryptor As ISMIMEEncryptor
Get
Set
public:
static property ISMIMEEncryptor^ SMIMEEncryptor {
ISMIMEEncryptor^ get ();
void set (ISMIMEEncryptor^ value);
}static member SMIMEEncryptor : ISMIMEEncryptor with get, set
Property Value
ISMIMEEncryptor
See Also