Class KeyUsage
A KeyUsage describes key usage values that may appear in an X.509 certificate.
Implements
Inherited Members
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> |