feat(ISecurityIdentifier): Implementiert in IRSACryptographer und TokenDescription
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
namespace DigitalData.Core.Abstractions.Security
|
||||
{
|
||||
public interface IRSACryptographer
|
||||
public interface IRSACryptographer : ISecurityIdentifier
|
||||
{
|
||||
public string Pem { get; init; }
|
||||
|
||||
public RSAEncryptionPadding Padding { get; init; }
|
||||
|
||||
public string Issuer { get; init; }
|
||||
public new string Issuer { get; init; }
|
||||
|
||||
public string Audience { get; init; }
|
||||
public new string Audience { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user