public sealed class SubjectConfig : IMessage<CertificateConfig.Types.SubjectConfig>, IEquatable<CertificateConfig.Types.SubjectConfig>, IDeepCloneable<CertificateConfig.Types.SubjectConfig>, IBufferMessage, IMessage
These values are used to create the distinguished name and subject
alternative name fields in an X.509 certificate.
[[["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 `SubjectConfig` class, which is crucial for defining the distinguished name and subject alternative name fields in X.509 certificates."],["The `SubjectConfig` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is implemented in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["There are multiple versions of the `SubjectConfig` class listed, with version 3.9.0 being the latest, and each version's detailed page can be accessed through the provided links."],["The `SubjectConfig` class has two constructors: a default constructor, and one that takes another `SubjectConfig` as an argument."],["The `SubjectConfig` class includes properties for `Subject` (required) and `SubjectAltName` (optional), which represent the distinguished name fields and the subject alternative name fields respectively."]]],[]]