Table of Contents

Class UnknownAttribute

Namespace
Ubiety.Scram.Core.Attributes
Assembly
Ubiety.Scram.Core.dll

Represents an unknown SCRAM attribute. This class is used for attributes that are not recognized or predefined in the SCRAM protocol. Inherits from ScramAttribute<TValue> with a value of type string.

public class UnknownAttribute : ScramAttribute<string>
Inheritance
UnknownAttribute
Inherited Members

Constructors

UnknownAttribute(char, string)

Initializes a new instance of the UnknownAttribute class.

public UnknownAttribute(char name, string value)

Parameters

name char

Attribute name.

value string

Attribute value.