Certificate Authority v1 API - Class RelativeDistinguishedName (3.10.0)

public sealed class RelativeDistinguishedName : IMessage<RelativeDistinguishedName>, IEquatable<RelativeDistinguishedName>, IDeepCloneable<RelativeDistinguishedName>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class RelativeDistinguishedName.

[RelativeDistinguishedName][google.cloud.security.privateca.v1.RelativeDistinguishedName] specifies a relative distinguished name which will be used to build a distinguished name.

Inheritance

object > RelativeDistinguishedName

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

RelativeDistinguishedName()

public RelativeDistinguishedName()

RelativeDistinguishedName(RelativeDistinguishedName)

public RelativeDistinguishedName(RelativeDistinguishedName other)
Parameter
Name Description
other RelativeDistinguishedName

Properties

Attributes

public RepeatedField<AttributeTypeAndValue> Attributes { get; }

Attributes describes the attribute value assertions in the RDN.

Property Value
Type Description
RepeatedFieldAttributeTypeAndValue