- Namespace
- OpenTl
.Schema .Account - Interfaces
- Implementing Types
graph TD
Interface0["IObject"]-.->Type
click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IObject"
Type["IPassword"]
class Type type-node
Type-.->Implementing0["TPassword"]
click Implementing0 "/OpenTl.Schema/api/OpenTl.Schema.Account/TPassword"
Syntax
public interface IPassword : IObject
Properties
| Name | Value | Summary |
|---|---|---|
| CurrentAlgo | IPasswordKdfAlgo | |
| Email |
string | |
| Email |
byte[] | |
| Flags | BitArray | |
| HasPassword | bool | |
| HasRecovery | bool | |
| HasSecureValues | bool | |
| Hint | string | |
| HintAsBinary | byte[] | |
| NewAlgo | IPasswordKdfAlgo | |
| NewSecureAlgo | I |
|
| SecureRandom | byte[] | |
| SrpB | byte[] | |
| SrpId | long |