AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
An object that contains information about the DKIM authentication status for an email identity.
Amazon SES determines the authentication status by searching for specific records in the DNS configuration for the domain. If you used Easy DKIM to set up DKIM authentication, Amazon SES tries to find three unique CNAME records in the DNS configuration for your domain. If you provided a public key to perform DKIM authentication, Amazon SES tries to find a TXT record that uses the selector that you specified. The value of the TXT record must be a public key that's paired with the private key that you specified in the process of creating the identity
Namespace: Amazon.SimpleEmailV2.Model
Assembly: AWSSDK.SimpleEmailV2.dll
Version: 3.x.y.z
public class DkimAttributes
The DkimAttributes type exposes the following members
Name | Description | |
---|---|---|
![]() |
DkimAttributes() |
Name | Type | Description | |
---|---|---|---|
![]() |
CurrentSigningKeyLength | Amazon.SimpleEmailV2.DkimSigningKeyLength |
Gets and sets the property CurrentSigningKeyLength. [Easy DKIM] The key length of the DKIM key pair in use. |
![]() |
LastKeyGenerationTimestamp | System.DateTime |
Gets and sets the property LastKeyGenerationTimestamp. [Easy DKIM] The last time a key pair was generated for this identity. |
![]() |
NextSigningKeyLength | Amazon.SimpleEmailV2.DkimSigningKeyLength |
Gets and sets the property NextSigningKeyLength. [Easy DKIM] The key length of the future DKIM key pair to be generated. This can be changed at most once per day. |
![]() |
SigningAttributesOrigin | Amazon.SimpleEmailV2.DkimSigningAttributesOrigin |
Gets and sets the property SigningAttributesOrigin. A string that indicates how DKIM was configured for the identity. These are the possible values:
|
![]() |
SigningEnabled | System.Boolean |
Gets and sets the property SigningEnabled.
If the value is |
![]() |
Status | Amazon.SimpleEmailV2.DkimStatus |
Gets and sets the property Status. Describes whether or not Amazon SES has successfully located the DKIM records in the DNS records for the domain. The status can be one of the following:
|
![]() |
Tokens | System.Collections.Generic.List<System.String> |
Gets and sets the property Tokens. If you used Easy DKIM to configure DKIM authentication for the domain, then this object contains a set of unique strings that you use to create a set of CNAME records that you add to the DNS configuration for your domain. When Amazon SES detects these records in the DNS configuration for your domain, the DKIM authentication process is complete. If you configured DKIM authentication for the domain by providing your own public-private key pair, then this object contains the selector for the public key. Regardless of the DKIM authentication method you use, Amazon SES searches for the appropriate records in the DNS configuration of the domain for up to 72 hours. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5