 | ArcSigner(String, String, DkimSignatureAlgorithm) Constructor |
Note: This API is now obsolete.
Initialize a new instance of the
ArcSigner class.
Namespace: MimeKit.CryptographyAssembly: MimeKit (in MimeKit.dll) Version: 4.17.0
Syntax[ObsoleteAttribute("This constructor is no longer supported. Use one of the other constructors.",
true)]
protected ArcSigner(
string domain,
string selector,
DkimSignatureAlgorithm algorithm = DkimSignatureAlgorithm.RsaSha256
)Parameters
- domain String
- The domain that the signer represents.
- selector String
- The selector subdividing the domain.
- algorithm DkimSignatureAlgorithm (Optional)
- The signature algorithm.
Exceptions| Exception | Condition |
|---|
| NotImplementedException |
This constructor is no longer supported. Use one of the other constructors.
|
Remarks
See Also