Interface IStringRepresentableCredentials
Denotes credentials that can be represented as a string that can be used for example in Authorization header
Namespace: Azos.Security
Assembly: Azos.dll
Syntax
public interface IStringRepresentableCredentials
Properties
Forgotten
Declaration
bool Forgotten { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Forget()
Declaration
void Forget()
RepresentAsString()
Declaration
string RepresentAsString()
Returns
Type | Description |
---|---|
System.String |