Register custom asymmetric key algorithm.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
| Visual Basic |
|---|
Public Shared Sub Register ( _ algFactory As Func(Of String, Object) _ ) |
| C# |
|---|
public static void Register( Func<string, Object> algFactory ) |
Parameters
- algFactory
- Type: System..::..Func<(Of <(<'String, Object>)>)>
Factory function that accepts algorithm name and returns algorithm.