CryptoServiceProviderGetSupportedAlgorithms Method |
Gets the array of all cryptographic algorithms supported by the CSP.
Namespace: MailBee.SecurityAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic 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