Arc |
protected ArcSigner( Stream stream, string domain, string selector, DkimSignatureAlgorithm algorithm = DkimSignatureAlgorithm.RsaSha256 )
Exception | Condition |
---|---|
ArgumentNullException | stream is null. -or- domain is null. -or- selector is null. |
FormatException | The file did not contain a private key. |
IOException | An I/O error occurred. |