CryptoServiceProviderGetSupportedAlgorithms Method
Gets the array of all cryptographic algorithms supported by the CSP.

Namespace: MailBee.Security
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Algorithm[] GetSupportedAlgorithms()

Return Value

Type: Algorithm
A reference to the array of Algorithm objects representing all algorithms supported by this CSP if succeeded; otherwise, a null reference (Nothing in Visual Basic).
Exceptions
ExceptionCondition
MailBeeCryptoProviderWin32ExceptionAn error occurred and ThrowExceptions is true.
Examples
The example is available in EncryptionAlgorithm topic.
See Also