Show / Hide Table of Contents

Class FetchCertificateAuthorityCsrResponse

Response message for [CertificateAuthorityService.FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1beta1.CertificateAuthorityService.FetchCertificateAuthorityCsr].

Inheritance
System.Object
FetchCertificateAuthorityCsrResponse
Implements
IMessage<FetchCertificateAuthorityCsrResponse>
System.IEquatable<FetchCertificateAuthorityCsrResponse>
IDeepCloneable<FetchCertificateAuthorityCsrResponse>
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 FetchCertificateAuthorityCsrResponse : IMessage<FetchCertificateAuthorityCsrResponse>, IEquatable<FetchCertificateAuthorityCsrResponse>, IDeepCloneable<FetchCertificateAuthorityCsrResponse>, IBufferMessage, IMessage

Constructors

FetchCertificateAuthorityCsrResponse()

Declaration
public FetchCertificateAuthorityCsrResponse()

FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse)

Declaration
public FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse other)
Parameters
Type Name Description
FetchCertificateAuthorityCsrResponse other

Properties

PemCsr

Output only. The PEM-encoded signed certificate signing request (CSR).

Declaration
public string PemCsr { get; set; }
Property Value
Type Description
System.String
Back to top