Class CertificateStats
public sealed class CertificateStats : Google.Protobuf.IMessage<CertificateStats>, Google.Protobuf.IBufferMessage
- Inheritance
-
CertificateStats
- Implements
-
IBufferMessage
- Extension Methods
Constructors
CertificateStats()
public CertificateStats()
CertificateStats(CertificateStats)
public CertificateStats(CertificateStats other)
Parameters
otherCertificateStats
Fields
Base64CertificateFieldNumber
Field number for the "base64_certificate" field.
public const int Base64CertificateFieldNumber = 3
Field Value
FingerprintAlgorithmFieldNumber
Field number for the "fingerprint_algorithm" field.
public const int FingerprintAlgorithmFieldNumber = 2
Field Value
FingerprintFieldNumber
Field number for the "fingerprint" field.
public const int FingerprintFieldNumber = 1
Field Value
IssuerCertificateIdFieldNumber
Field number for the "issuer_certificate_id" field.
public const int IssuerCertificateIdFieldNumber = 4
Field Value
Properties
Base64Certificate
public string Base64Certificate { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Fingerprint
public string Fingerprint { get; set; }
Property Value
FingerprintAlgorithm
public string FingerprintAlgorithm { get; set; }
Property Value
HasBase64Certificate
Gets whether the "base64_certificate" field is set
public bool HasBase64Certificate { get; }
Property Value
HasFingerprint
Gets whether the "fingerprint" field is set
public bool HasFingerprint { get; }
Property Value
HasFingerprintAlgorithm
Gets whether the "fingerprint_algorithm" field is set
public bool HasFingerprintAlgorithm { get; }
Property Value
HasIssuerCertificateId
Gets whether the "issuer_certificate_id" field is set
public bool HasIssuerCertificateId { get; }
Property Value
IssuerCertificateId
public string IssuerCertificateId { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<CertificateStats> Parser { get; }
Property Value
- MessageParser<CertificateStats>
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearBase64Certificate()
Clears the value of the "base64_certificate" field
public void ClearBase64Certificate()
ClearFingerprint()
Clears the value of the "fingerprint" field
public void ClearFingerprint()
ClearFingerprintAlgorithm()
Clears the value of the "fingerprint_algorithm" field
public void ClearFingerprintAlgorithm()
ClearIssuerCertificateId()
Clears the value of the "issuer_certificate_id" field
public void ClearIssuerCertificateId()
Clone()
public CertificateStats Clone()
Returns
Equals(CertificateStats)
public bool Equals(CertificateStats other)
Parameters
otherCertificateStats
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(CertificateStats)
public void MergeFrom(CertificateStats other)
Parameters
otherCertificateStats
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream