Class AuthenticationKey
- Namespace
- Aptos
- Assembly
- Aptos.dll
public class AuthenticationKey : Serializable
- Inheritance
-
AuthenticationKey
- Inherited Members
Constructors
AuthenticationKey(byte[])
public AuthenticationKey(byte[] data)
Parameters
data
byte[]
Fields
Data
public readonly Hex Data
Field Value
Methods
DerivedAddress()
public AccountAddress DerivedAddress()
Returns
Deserialize(Deserializer)
public static AuthenticationKey Deserialize(Deserializer d)
Parameters
Returns
FromSchemeAndBytes(AuthenticationKeyScheme, byte[])
public static AuthenticationKey FromSchemeAndBytes(AuthenticationKeyScheme scheme, byte[] bytes)
Parameters
scheme
AuthenticationKeySchemebytes
byte[]
Returns
FromSchemeAndBytes(AuthenticationKeyScheme, string)
public static AuthenticationKey FromSchemeAndBytes(AuthenticationKeyScheme scheme, string bytes)
Parameters
scheme
AuthenticationKeySchemebytes
string
Returns
Serialize(Serializer)
public override void Serialize(Serializer s)
Parameters
ToByteArray()
public byte[] ToByteArray()
Returns
- byte[]
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.