API Reference
Class
RawCtEntryPayload
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.
Returned or exposed by
Constructors
public RawCtEntryPayload(String LeafInputBase64, String ExtraDataBase64) #Raw RFC6962 entry payload as returned by get-entries.
Parameters
- LeafInputBase64 System.String
- Base64-encoded Merkle leaf.
- ExtraDataBase64 System.String
- Base64-encoded extra data payload.
Methods
public RawCtEntryPayload <Clone>$() #Returns:
RawCtEntryPayloadpublic Void Deconstruct(out String LeafInputBase64, out String ExtraDataBase64) #Returns:
VoidParameters
- LeafInputBase64 String
- ExtraDataBase64 String
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String