Class ClientProofAttribute
- Namespace
- Ubiety.Scram.Core.Attributes
- Assembly
- Ubiety.Scram.Core.dll
Represents the SCRAM (Salted Challenge Response Authentication Mechanism) client proof attribute.
public class ClientProofAttribute : ScramAttribute<byte[]>
- Inheritance
-
ClientProofAttribute
- Inherited Members
Remarks
The client proof attribute is used to verify the client's identity in the SCRAM authentication process.
Constructors
ClientProofAttribute(byte[])
Initializes a new instance of the ClientProofAttribute class.
public ClientProofAttribute(byte[] value)
Parameters
valuebyte[]Byte array value of the client proof.
ClientProofAttribute(string)
Initializes a new instance of the ClientProofAttribute class.
public ClientProofAttribute(string value)
Parameters
valuestringString value of the client proof.
Methods
ToString()
Converts the attribute to its string representation.
public override string ToString()
Returns
- string
The string representation of the attribute, including its name and value.