Arc |
protected ArcSigner( AsymmetricKeyParameter key, string domain, string selector, DkimSignatureAlgorithm algorithm = DkimSignatureAlgorithm.RsaSha256 )
Exception | Condition |
---|---|
ArgumentNullException | key is . -or- domain is . -or- selector is . |
ArgumentException | key is not a private key. |