Class CseInfo
Information needed for Client-side Encryption.
Inheritance
object
CseInfo
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class CseInfo : IDirectResponseSchema
Properties
CseDomain
CSE domain name claimed by the meeting owner's company. This field is expected to be used for display
purposes only, i.e., "Extra encryption added by $cse_domain". It can differ from the cse_domain as defined
elsewhere on the User, in the case of cross-domain meetings.
Declaration
[JsonProperty("cseDomain")]
public virtual string CseDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
WrappedKey
The wrapped CSE key used by this conference.
Declaration
[JsonProperty("wrappedKey")]
public virtual string WrappedKey { get; set; }
Property Value
| Type | Description |
|---|---|
| string |