Table of Contents

Class ManifestEvidence

Namespace
SimpleSign.Brasil.Signing
Assembly
SimpleSign.Brasil.dll

Authentication evidence within the manifest.

public sealed class ManifestEvidence
Inheritance
ManifestEvidence
Inherited Members

Properties

AuthMethod

Authentication method used.

[JsonPropertyName("authMethod")]
public required string AuthMethod { get; init; }

Property Value

string

Ip

IP address of the signer.

[JsonPropertyName("ip")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Ip { get; init; }

Property Value

string

Timestamp

UTC timestamp of the signing act.

[JsonPropertyName("timestamp")]
public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset