public RepeatedField<ObjectId> UnknownExtendedKeyUsages { get; }
Used to describe extended key usages that are not listed in the
[KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions] message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `KeyUsage` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically for version 2.1.0 of the Google Cloud Security Private CA .NET library."],["The `KeyUsage` class describes the allowed usage values for keys in X.509 certificates, and is a sealed class that is an implementation of several interfaces for managing data."],["The latest version of this content can be found under version 3.9.0, with several other previous versions available and accessible via links."],["The `KeyUsage` class includes properties such as `BaseKeyUsage`, `ExtendedKeyUsage`, and `UnknownExtendedKeyUsages` to specify the allowed usage scenarios for a key."],["The `KeyUsage` class has two constructors, one default and one to initialize a `KeyUsage` object from another `KeyUsage` instance."]]],[]]