Certificate Authority v1beta1 API - Class KeyUsage.Types.KeyUsageOptions (2.0.0-beta02)

public sealed class KeyUsageOptions : IMessage<KeyUsage.Types.KeyUsageOptions>, IEquatable<KeyUsage.Types.KeyUsageOptions>, IDeepCloneable<KeyUsage.Types.KeyUsageOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1beta1 API class KeyUsage.Types.KeyUsageOptions.

[KeyUsage.KeyUsageOptions][google.cloud.security.privateca.v1beta1.KeyUsage.KeyUsageOptions] corresponds to the key usage values described in https://tools.ietf.org/html/rfc5280#section-4.2.1.3.

Inheritance

Object > KeyUsage.Types.KeyUsageOptions

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

KeyUsageOptions()

public KeyUsageOptions()

KeyUsageOptions(KeyUsage.Types.KeyUsageOptions)

public KeyUsageOptions(KeyUsage.Types.KeyUsageOptions other)
Parameter
NameDescription
otherKeyUsage.Types.KeyUsageOptions

Properties

CertSign

public bool CertSign { get; set; }

The key may be used to sign certificates.

Property Value
TypeDescription
Boolean

ContentCommitment

public bool ContentCommitment { get; set; }

The key may be used for cryptographic commitments. Note that this may also be referred to as "non-repudiation".

Property Value
TypeDescription
Boolean

CrlSign

public bool CrlSign { get; set; }

The key may be used sign certificate revocation lists.

Property Value
TypeDescription
Boolean

DataEncipherment

public bool DataEncipherment { get; set; }

The key may be used to encipher data.

Property Value
TypeDescription
Boolean

DecipherOnly

public bool DecipherOnly { get; set; }

The key may be used to decipher only.

Property Value
TypeDescription
Boolean

DigitalSignature

public bool DigitalSignature { get; set; }

The key may be used for digital signatures.

Property Value
TypeDescription
Boolean

EncipherOnly

public bool EncipherOnly { get; set; }

The key may be used to encipher only.

Property Value
TypeDescription
Boolean

KeyAgreement

public bool KeyAgreement { get; set; }

The key may be used in a key agreement protocol.

Property Value
TypeDescription
Boolean

KeyEncipherment

public bool KeyEncipherment { get; set; }

The key may be used to encipher other keys.

Property Value
TypeDescription
Boolean