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.
Implements
IMessage<KeyUsage.Types.KeyUsageOptions>, IEquatable<KeyUsage.Types.KeyUsageOptions>, IDeepCloneable<KeyUsage.Types.KeyUsageOptions>, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Beta1Assembly
Google.Cloud.Security.PrivateCA.V1Beta1.dll
Constructors
KeyUsageOptions()
public KeyUsageOptions()
KeyUsageOptions(KeyUsage.Types.KeyUsageOptions)
public KeyUsageOptions(KeyUsage.Types.KeyUsageOptions other)
Name | Description |
other | KeyUsage.Types.KeyUsageOptions |
Properties
CertSign
public bool CertSign { get; set; }
The key may be used to sign certificates.
Type | Description |
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".
Type | Description |
Boolean |
CrlSign
public bool CrlSign { get; set; }
The key may be used sign certificate revocation lists.
Type | Description |
Boolean |
DataEncipherment
public bool DataEncipherment { get; set; }
The key may be used to encipher data.
Type | Description |
Boolean |
DecipherOnly
public bool DecipherOnly { get; set; }
The key may be used to decipher only.
Type | Description |
Boolean |
DigitalSignature
public bool DigitalSignature { get; set; }
The key may be used for digital signatures.
Type | Description |
Boolean |
EncipherOnly
public bool EncipherOnly { get; set; }
The key may be used to encipher only.
Type | Description |
Boolean |
KeyAgreement
public bool KeyAgreement { get; set; }
The key may be used in a key agreement protocol.
Type | Description |
Boolean |
KeyEncipherment
public bool KeyEncipherment { get; set; }
The key may be used to encipher other keys.
Type | Description |
Boolean |