Table of Contents

Class ManifestInstitution

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

Institution data within the manifest.

public sealed class ManifestInstitution
Inheritance
ManifestInstitution
Inherited Members

Properties

Cnpj

CNPJ (14 digits).

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

Property Value

string

Name

Institution name.

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

Property Value

string