Dkim |
public abstract class DkimVerifierBase
The DkimVerifierBase type exposes the following members.
Name | Description | |
---|---|---|
DkimVerifierBase | Initialize a new instance of the DkimVerifierBase class. |
Name | Description | |
---|---|---|
MinimumRsaKeyLength | Get or set the minimum allowed RSA key length. | |
PublicKeyLocator | Get the public key locator. |
Name | Description | |
---|---|---|
Disable | Disable a DKIM signature algorithm. | |
Enable | Enable a DKIM signature algorithm. | |
Equals | (Inherited from Object) | |
Finalize | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
IsEnabled | Check whether a DKIM signature algorithm is enabled. | |
MemberwiseClone | (Inherited from Object) | |
ToString | (Inherited from Object) | |
VerifyBodyHash | Verify the hash of the message body. | |
VerifySignature | Verify the signature of the message headers. |