Class AuthorizationIdentityAttribute
- Namespace
- Ubiety.Scram.Core.Attributes
- Assembly
- Ubiety.Scram.Core.dll
Represents an SCRAM (Salted Challenge Response Authentication Mechanism) attribute for the authorization identity in a communication protocol.
public class AuthorizationIdentityAttribute : ScramAttribute<string>
- Inheritance
-
AuthorizationIdentityAttribute
- Inherited Members
Remarks
This attribute is identified by the character name 'a' and is used to handle the authorization identity value as part of the authentication process. It extends the base functionality of the generic ScramAttribute<TValue> class with a specific implementation for handling string values for the authorization identity.
Constructors
AuthorizationIdentityAttribute(string)
Initializes a new instance of the AuthorizationIdentityAttribute class.
public AuthorizationIdentityAttribute(string value)
Parameters
valuestringString version of the attribute value.