refactor(IRSACryptographer): Issuer und Audience Identifier String-Eigenschaften hinzugefügt
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user