Gets or sets the CSP to be used for cryptographic operations.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntaxpublic CryptoServiceProvider Provider { get; set; }
Public Property Provider As CryptoServiceProvider
Get
Set
Property Value
Type:
CryptoServiceProviderA reference to
CryptoServiceProvider object representing the CSP to be used for cryptographic operations.
The default CSP is
Base.
Exceptions
RemarksThis 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
See Also