Class CseIdentity
The client-side encryption (CSE) configuration for the email address of an authenticated user. Gmail uses CSE configurations to save drafts of client-side encrypted email messages, and to sign and send encrypted email messages.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class CseIdentity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAddress
The email address for the sending identity. The email address must be the primary email address of the authenticated user.
Declaration
[JsonProperty("emailAddress")]
public virtual string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
string |
PrimaryKeyPairId
If a key pair is associated, the ID of the key pair, CseKeyPair.
Declaration
[JsonProperty("primaryKeyPairId")]
public virtual string PrimaryKeyPairId { get; set; }
Property Value
Type | Description |
---|---|
string |
SignAndEncryptKeyPairs
The configuration of a CSE identity that uses different key pairs for signing and encryption.
Declaration
[JsonProperty("signAndEncryptKeyPairs")]
public virtual SignAndEncryptKeyPairs SignAndEncryptKeyPairs { get; set; }
Property Value
Type | Description |
---|---|
SignAndEncryptKeyPairs |