feat(ISecurityIdentifier): Wird als Basisbezeichner in den Sicherheitsklassen erstellt.
This commit is contained in:
parent
dbecfa92f4
commit
9953bbd2ef
@ -0,0 +1,9 @@
|
|||||||
|
namespace DigitalData.Core.Abstractions.Security
|
||||||
|
{
|
||||||
|
public interface ISecurityIdentifier
|
||||||
|
{
|
||||||
|
public string Issuer { get; }
|
||||||
|
|
||||||
|
public string Audience { get; }
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user