Class TlsContext
[Deprecated] The TLS settings for the client or server. The TLS settings for the client or server.
Inheritance
System.Object
TlsContext
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.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 |