Domain Detective

API Reference

Class

RawCtEntryPayload

Namespace DomainDetective
Assembly DomainDetective
Implements
IEquatable<RawCtEntryPayload>
Modifiers sealed

Raw RFC6962 entry payload as returned by get-entries.

Inheritance

  • Object
  • RawCtEntryPayload

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public RawCtEntryPayload(String LeafInputBase64, String ExtraDataBase64) #

Raw RFC6962 entry payload as returned by get-entries.

Parameters

LeafInputBase64 System.String requiredposition: 0
Base64-encoded Merkle leaf.
ExtraDataBase64 System.String requiredposition: 1
Base64-encoded extra data payload.

Methods

public RawCtEntryPayload <Clone>$() #
Returns: RawCtEntryPayload
public Void Deconstruct(out String LeafInputBase64, out String ExtraDataBase64) #
Returns: Void

Parameters

LeafInputBase64 String requiredposition: 0
ExtraDataBase64 String requiredposition: 1
public virtual Boolean Equals(RawCtEntryPayload other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String LeafInputBase64 { get; set; } #

Base64-encoded Merkle leaf.

public String ExtraDataBase64 { get; set; } #

Base64-encoded extra data payload.

{{ include "footer" }}