feat(AsymCryptParams): Erstellt als spezifizierte Optionen für AsymCryptService
This commit is contained in:
6
DigitalData.Core.Security/AsymCryptParams.cs
Normal file
6
DigitalData.Core.Security/AsymCryptParams.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace DigitalData.Core.Security
|
||||
{
|
||||
public class AsymCryptParams : RSAFactoryParams
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user