Class ManifestSigner
- Namespace
- SimpleSign.Brasil.Signing
- Assembly
- SimpleSign.Brasil.dll
Signer identity within the manifest.
public sealed class ManifestSigner
- Inheritance
-
ManifestSigner
- Inherited Members
Properties
Cpf
Masked CPF (e.g., "*.456.789-").
[JsonPropertyName("cpf")]
public required string Cpf { get; init; }
Property Value
E-mail address.
[JsonPropertyName("email")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public string? Email { get; init; }
Property Value
Name
Full name of the signer.
[JsonPropertyName("name")]
public required string Name { get; init; }