CryptoServiceProvider Constructor (String) |
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public CryptoServiceProvider(
string name
)
Public Sub New (
name As String
)
Parameters
- name
- Type: SystemString
The name of the Cryptographic Service Provider to be represented by this instance.
Exceptions Remarks CryptoServiceProvider class provides several string constants which contain names of most widely used CSPs:
GetSystemProviders method can be used to obtain the list of all CSPs supported by the operating system.
See Also