public sealed class FetchCertificateAuthorityCsrResponse : IMessage<FetchCertificateAuthorityCsrResponse>, IEquatable<FetchCertificateAuthorityCsrResponse>, IDeepCloneable<FetchCertificateAuthorityCsrResponse>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Authority v1 API class FetchCertificateAuthorityCsrResponse.
Response message for [CertificateAuthorityService.FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr].
Implements
IMessageFetchCertificateAuthorityCsrResponse, IEquatableFetchCertificateAuthorityCsrResponse, IDeepCloneableFetchCertificateAuthorityCsrResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
Google.Cloud.Security.PrivateCA.V1.dll
Constructors
FetchCertificateAuthorityCsrResponse()
public FetchCertificateAuthorityCsrResponse()FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse)
public FetchCertificateAuthorityCsrResponse(FetchCertificateAuthorityCsrResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
FetchCertificateAuthorityCsrResponse |
Properties
PemCsr
public string PemCsr { get; set; }Output only. The PEM-encoded signed certificate signing request (CSR).
| Property Value | |
|---|---|
| Type | Description |
string |
|