Show / Hide Table of Contents

Class KeyUsage

A KeyUsage describes key usage values that may appear in an X.509 certificate.

Inheritance
object
KeyUsage
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 KeyUsage : IDirectResponseSchema

Properties

BaseKeyUsage

Describes high-level ways in which a key may be used.

Declaration
[JsonProperty("baseKeyUsage")]
public virtual KeyUsageOptions BaseKeyUsage { get; set; }
Property Value
Type Description
KeyUsageOptions

ETag

The ETag of the item.

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

ExtendedKeyUsage

Detailed scenarios in which a key may be used.

Declaration
[JsonProperty("extendedKeyUsage")]
public virtual ExtendedKeyUsageOptions ExtendedKeyUsage { get; set; }
Property Value
Type Description
ExtendedKeyUsageOptions

UnknownExtendedKeyUsages

Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX