Table of Contents

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

Hex

Methods

DerivedAddress()

public AccountAddress DerivedAddress()

Returns

AccountAddress

Deserialize(Deserializer)

public static AuthenticationKey Deserialize(Deserializer d)

Parameters

d Deserializer

Returns

AuthenticationKey

FromSchemeAndBytes(AuthenticationKeyScheme, byte[])

public static AuthenticationKey FromSchemeAndBytes(AuthenticationKeyScheme scheme, byte[] bytes)

Parameters

scheme AuthenticationKeyScheme
bytes byte[]

Returns

AuthenticationKey

FromSchemeAndBytes(AuthenticationKeyScheme, string)

public static AuthenticationKey FromSchemeAndBytes(AuthenticationKeyScheme scheme, string bytes)

Parameters

scheme AuthenticationKeyScheme
bytes string

Returns

AuthenticationKey

Serialize(Serializer)

public override void Serialize(Serializer s)

Parameters

s Serializer

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.