MauiSecureStorage Members
The MauiSecureStorage type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
MauiSecureStorage |
Initializes a new instance of the MauiSecureStorage class.
|
Methods
| Name | Description | |
|---|---|---|
|
|
GetFirstKey |
Gets the first key.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetFirstMnemonic |
Gets the first mnemonic.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetMnemonic |
Gets the mnemonic.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetPrivateKey |
Gets the private key.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetStoredKeyAdressList |
Gets the stored key adress list.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetStoredMnemonicAdressList |
Gets the stored mnemonic adress list.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
GetTxEncryptionSeed |
Gets the tx encryption seed. By default, this is derived from a signed message (Keplr style) and gets stored.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
HasMnemonic |
Determines whether the specified address has mnemonic.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
HasPrivateKey |
Determines whether [has private key] [the specified address].
(Inherited from HotPrivateKeyStorageBase.) |
|
|
Remove |
Removes the private key and mnemonic for the given address.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
RemoveMnemonic |
Removes the mnemonic.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
RemovePrivateKey |
Removes the private key.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
RemoveTxEncryptionSeed |
Removes the tx encryption seed from the storage.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
SaveMnemonic |
Saves the mnemonic.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
SavePrivateKey |
Saves the private key.
(Inherited from HotPrivateKeyStorageBase.) |
|
|
SetTxEncryptionSeed |
Sets the tx encryption seed and saves it to the storage.
(Inherited from HotPrivateKeyStorageBase.) |
Properties
| Name | Description | |
|---|---|---|
|
|
EncryptionMethod |
Gets or sets the encryption method.
(Inherited from HotPrivateKeyStorageBase.) |

