rename(ISecurityIdentifier): Umbenannt in IUniqueSecurityContext und Kommentare zur Dokumentation hinzugefügt.

This commit is contained in:
Developer 02
2024-12-20 14:42:07 +01:00
parent ec126be2aa
commit 50c42e9cdd
4 changed files with 26 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ namespace DigitalData.Core.Security.Config
/// <summary>
/// Contains some information which used to create a security token. Designed to abstract <see cref="SecurityTokenDescriptor"/>
/// </summary>
public class TokenDescription : ISecurityIdentifier
public class TokenDescription : IUniqueSecurityContext
{
/// <summary>
/// Gets or sets the value of the 'audience' claim.