CryptoServiceProviderGetSupportedAlgorithms Method |
Gets the array of all cryptographic algorithms supported by the CSP.
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public Algorithm[] GetSupportedAlgorithms()
Public Function GetSupportedAlgorithms As Algorithm()
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 Examples See Also