Show / Hide Table of Contents

Class TlsContext

[Deprecated] The TLS settings for the client or server. The TLS settings for the client or server.

Inheritance
object
TlsContext
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class TlsContext : IDirectResponseSchema

Properties

CertificateContext

Defines the mechanism to obtain the client or server certificate.

Declaration
[JsonProperty("certificateContext")]
public virtual TlsCertificateContext CertificateContext { get; set; }
Property Value
Type Description
TlsCertificateContext

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ValidationContext

Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.

Declaration
[JsonProperty("validationContext")]
public virtual TlsValidationContext ValidationContext { get; set; }
Property Value
Type Description
TlsValidationContext

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX