refactor(AsymCryptParams): Umbenennung von Directory in PemDirectory, um Namenskonflikte zu vermeiden.
This commit is contained in:
parent
76ce64691a
commit
36f75d003a
@ -4,7 +4,7 @@ namespace DigitalData.Core.Security.Config
|
|||||||
{
|
{
|
||||||
public class AsymCryptParams : RSAFactoryParams
|
public class AsymCryptParams : RSAFactoryParams
|
||||||
{
|
{
|
||||||
public string Directory { get; init; } = string.Empty;
|
public string PemDirectory { get; init; } = string.Empty;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 0: Issuer - 1: Audience - 2: Type tag - 3: Version
|
/// 0: Issuer - 1: Audience - 2: Type tag - 3: Version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user