Gets or sets the CSP to be used for cryptographic operations.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
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 property is for advanced use. Most applications do not need to change the default CSP.
Examples
See Also