Dkim |
protected DkimSignerBase( string fileName, string domain, string selector, DkimSignatureAlgorithm algorithm = DkimSignatureAlgorithm.RsaSha256 )
| Exception | Condition |
|---|---|
| ArgumentNullException | fileName is . -or- domain is . -or- selector is . |
| ArgumentException | fileName is a zero-length string, contains only white space, or contains one or more invalid characters. |
| FormatException | The file did not contain a private key. |
| DirectoryNotFoundException | fileName is an invalid file path. |
| FileNotFoundException | The specified file path could not be found. |
| UnauthorizedAccessException | The user does not have access to read the specified file. |
| IOException | An I/O error occurred. |