AWS SDK for .NET Documentation
IdentityDkimAttributes Class
AmazonAmazon.SimpleEmail.ModelIdentityDkimAttributes Did this page help you?   Yes   No    Tell us about it...
Represents the DKIM attributes of a verified email address or a domain.
Declaration Syntax
C#
public class IdentityDkimAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
IdentityDkimAttributes()()()()
Initializes a new instance of the IdentityDkimAttributes class

DkimEnabled
Gets and sets the property DkimEnabled.

True if DKIM signing is enabled for email sent from the identity; false otherwise.


DkimTokens
Gets and sets the property DkimTokens.

A set of character strings that represent the domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that domain. (This only applies to domain identities, not email address identities.)

For more information about creating DNS records using DKIM tokens, go to the Amazon SES Developer Guide.


DkimVerificationStatus
Gets and sets the property DkimVerificationStatus.

Describes whether Amazon SES has successfully verified the DKIM DNS records (tokens) published in the domain name's DNS. (This only applies to domain identities, not email address identities.)


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithDkimEnabled(Boolean) Obsolete.
Sets the DkimEnabled property

WithDkimTokens(array<String>[]()[][]) Obsolete.
Sets the DkimTokens property

WithDkimTokens(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Sets the DkimTokens property

WithDkimVerificationStatus(String) Obsolete.
Sets the DkimVerificationStatus property

Inheritance Hierarchy
Object
IdentityDkimAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)