Class CertificateHashes
Hash digests of a certificate.
Implements
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class CertificateHashes : IDirectResponseSchema
Properties
CertificateHashMd5
Hex-encoded MD5 hash of the certificate. example: 43:51:43:A1:B5:FC:8B:B7:0A:3A:A9:B1:0F:66:73:A8
Declaration
[JsonProperty("certificateHashMd5")]
public virtual string CertificateHashMd5 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificateHashSha1
Hex-encoded SHA1 hash of the certificate. example:
86:61:97:1A:D5:EF:E5:74:1E:A7:5B:84:7C:68:37:65:CD:94:16:DE
Declaration
[JsonProperty("certificateHashSha1")]
public virtual string CertificateHashSha1 { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CertificateHashSha256
Hex-encoded SHA256 hash of the certificate. example:
94:49:C7:F3:A9:3C:F0:C5:5A:67:5D:DF:1C:83:73:2D:87:D5:62:55:E7:0B:15:0D:9E:6F:3C:F8:63:BB:7F:C1
Declaration
[JsonProperty("certificateHashSha256")]
public virtual string CertificateHashSha256 { 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 |