AsymmetricKeyAlgorithm.Register Method
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9119)
Register(Func<String, Object>)
Register custom asymmetric key algorithm.
Declaration
public static void Register(Func<string, object> algFactory)
Parameters
Type | Name | Description |
---|---|---|
Func<String, Object> | algFactory | Factory function that accepts algorithm name and returns algorithm. |