feat(RSACryptographer): Issuer und Audience hinzugefügt
This commit is contained in:
@@ -12,6 +12,10 @@ namespace DigitalData.Core.Security
|
|||||||
|
|
||||||
protected virtual RSA RSA { get; } = RSA.Create();
|
protected virtual RSA RSA { get; } = RSA.Create();
|
||||||
|
|
||||||
|
public string? Issuer { get; init; }
|
||||||
|
|
||||||
|
public string? Audience { get; init; }
|
||||||
|
|
||||||
private DateOnly? _expiration;
|
private DateOnly? _expiration;
|
||||||
|
|
||||||
public DateOnly? Expiration
|
public DateOnly? Expiration
|
||||||
|
|||||||
Reference in New Issue
Block a user