refactor(IRSAFactory): umbenannt in IAsymmetricKey
This commit is contained in:
@@ -9,6 +9,6 @@ namespace DigitalData.Core.Security
|
||||
{
|
||||
private static readonly Lazy<RSAFactory<RSAFactoryParams>> LazyInstance = new(() => new(Options.Create<RSAFactoryParams>(new())));
|
||||
|
||||
public static IRSAFactory RSAFactory => LazyInstance.Value;
|
||||
public static IAsymmetricKeyFactory RSAFactory => LazyInstance.Value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user