AbstractProtectedconstructorInitialize a new instance of the signer base.
The private key (an AsymmetricKey, PEM string, PEM bytes, or a stream containing a PEM private key).
The domain that the signer represents.
The selector subdividing the domain.
The signature algorithm.
ReadonlydomainThe domain that the signer represents.
ReadonlyselectorThe selector subdividing the domain.
The algorithm to use for signing.
The canonicalization algorithm to use for the message body.
The canonicalization algorithm to use for the message headers.
The number of seconds after which signatures are no longer valid, or
null for no expiration (C#: SignaturesExpireAfter, a TimeSpan).
Protected ReadonlyprivateThe private key used for signing.
Protected AbstractgenerateGenerate an ARC-Authentication-Results header.
If the returned AuthenticationResults contains a result with method
arc, its result is used as the cv= tag value in the generated ARC-Seal.
The format options.
The message.
The ARC-Authentication-Results, or null to not sign the message.
ProtectedgetGet the timestamp to use as the t= value in the ARC headers.
The Unix timestamp in seconds.
Digitally sign and seal a message using ARC.
Digitally sign and seal a message using ARC.
Create the digest signing context.
The digest signer.
An ARC signer.