SmimeProvider Property
Gets or sets the CSP to be used for cryptographic operations.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public CryptoServiceProvider Provider { get; set; }

Property Value

Type: CryptoServiceProvider
A reference to CryptoServiceProvider object representing the CSP to be used for cryptographic operations. The default CSP is Base.
Exceptions
ExceptionCondition
MailBeeInvalidArgumentExceptionvalue is a null reference (Nothing in Visual Basic).
Remarks
This is an advanced property which is only used in .NET Core 1.0/1.1 builds. .NET Framework, UWP and .NET Standard 2.0 builds don't use it.
Examples
The example is available in CryptoServiceProvider topic.
See Also