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 two constructors available for the `SubjectConfig` class, a default constructor and one that takes another `SubjectConfig` object as a parameter."],["The `SubjectConfig` class has two primary properties: `Subject`, for distinguished name fields, and `SubjectAltName`, for optional subject alternative name fields."],["The documentation includes version history and links for `SubjectConfig`, ranging from version 1.0.0 to the latest version 3.9.0, allowing users to access information on different iterations of this tool."]]],[]]