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.
Implements
IMessageRelativeDistinguishedName, IEquatableRelativeDistinguishedName, IDeepCloneableRelativeDistinguishedName, IBufferMessage, IMessageNamespace
Google.Cloud.Security.PrivateCA.V1Assembly
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 |