Show / Hide Table of Contents

Class CertificateExtensionConstraints

Describes a set of X.509 extensions that may be part of some certificate issuance controls.

Inheritance
object
CertificateExtensionConstraints
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.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class CertificateExtensionConstraints : IDirectResponseSchema

Properties

AdditionalExtensions

Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.

Declaration
[JsonProperty("additionalExtensions")]
public virtual IList<ObjectId> AdditionalExtensions { get; set; }
Property Value
Type Description
IList<ObjectId>

ETag

The ETag of the item.

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

KnownExtensions

Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.

Declaration
[JsonProperty("knownExtensions")]
public virtual IList<string> KnownExtensions { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX