Click or drag to resize
MimeKit

DkimSignerBaseCreateSigningContext Method

Create the digest signing context.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
protected virtual ISigner CreateSigningContext()

Return Value

ISigner
The digest signer.
Exceptions
ExceptionCondition
NotSupportedException The SignatureAlgorithm is not supported.
Remarks
Creates a new digest signing context.
See Also