Gets a list of supported encryption algorithms (in their default order). See SetEncryptionAlgorithms(array<String>[]()[][]) for more info.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Shared Function GetSupportedEncryptionAlgorithms As String()
C#
public static string[] GetSupportedEncryptionAlgorithms()

Return Value

List of key encryption algorithm IDs.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also