refactor(IRSACryptographer): Issuer und Audience Identifier String-Eigenschaften hinzugefügt
This commit is contained in:
parent
a69f610ef4
commit
b8a4a1f2b5
@ -7,5 +7,9 @@ namespace DigitalData.Core.Abstractions.Security
|
||||
public string Pem { get; init; }
|
||||
|
||||
public RSAEncryptionPadding Padding { get; init; }
|
||||
|
||||
public string? Issuer { get; init; }
|
||||
|
||||
public string? Audience { get; init; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user