Show / Hide Table of Contents

Class CertificateRevocationList.Types.RevokedCertificate

Describes a revoked [Certificate][google.cloud.security.privateca.v1beta1.Certificate].

Inheritance
System.Object
CertificateRevocationList.Types.RevokedCertificate
Implements
IMessage<CertificateRevocationList.Types.RevokedCertificate>
System.IEquatable<CertificateRevocationList.Types.RevokedCertificate>
IDeepCloneable<CertificateRevocationList.Types.RevokedCertificate>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class RevokedCertificate : IMessage<CertificateRevocationList.Types.RevokedCertificate>, IEquatable<CertificateRevocationList.Types.RevokedCertificate>, IDeepCloneable<CertificateRevocationList.Types.RevokedCertificate>, IBufferMessage, IMessage

Constructors

RevokedCertificate()

Declaration
public RevokedCertificate()

RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate)

Declaration
public RevokedCertificate(CertificateRevocationList.Types.RevokedCertificate other)
Parameters
Type Name Description
CertificateRevocationList.Types.RevokedCertificate other

Properties

Certificate

The resource path for the [Certificate][google.cloud.security.privateca.v1beta1.Certificate] in the format projects/*/locations/*/certificateAuthorities/*/certificates/*.

Declaration
public string Certificate { get; set; }
Property Value
Type Description
System.String

HexSerialNumber

The serial number of the [Certificate][google.cloud.security.privateca.v1beta1.Certificate].

Declaration
public string HexSerialNumber { get; set; }
Property Value
Type Description
System.String

RevocationReason

The reason the [Certificate][google.cloud.security.privateca.v1beta1.Certificate] was revoked.

Declaration
public RevocationReason RevocationReason { get; set; }
Property Value
Type Description
RevocationReason
Back to top