TPassword Class

Namespace
OpenTl.Schema.Account
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IPassword"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Account/IPassword" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TPassword"] class Type type-node

Syntax

[Serialize(0xad2641f8)]
public sealed class TPassword : IPassword, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
CurrentAlgo IPasswordKdfAlgo
EmailUnconfirmedPattern string
EmailUnconfirmedPatternAsBinary byte[]
Binary representation for the 'EmailUnconfirmedPattern' property
Flags BitArray
HasPassword bool
HasRecovery bool
HasSecureValues bool
Hint string
HintAsBinary byte[]
Binary representation for the 'Hint' property
NewAlgo IPasswordKdfAlgo
NewSecureAlgo ISecurePasswordKdfAlgo
SecureRandom byte[]
SrpB byte[]
SrpId long

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils