Show / Hide Table of Contents

Class ProductSigningCertificate

Inheritance
object
ProductSigningCertificate
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ProductSigningCertificate : IDirectResponseSchema

Properties

CertificateHashSha1

The base64 urlsafe encoded SHA1 hash of the certificate. (This field is deprecated in favor of SHA2-256. It should not be used and may be removed at any time.)

Declaration
[JsonProperty("certificateHashSha1")]
public virtual string CertificateHashSha1 { get; set; }
Property Value
Type Description
string

CertificateHashSha256

The base64 urlsafe encoded SHA2-256 hash of the certificate.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX