Class ObjectId
An [ObjectId][google.cloud.security.privateca.v1beta1.ObjectId] specifies an object identifier (OID). These provide context and describe types in ASN.1 messages.
Inheritance
System.Object
ObjectId
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class ObjectId : IMessage<ObjectId>, IEquatable<ObjectId>, IDeepCloneable<ObjectId>, IBufferMessage, IMessage
Constructors
ObjectId()
Declaration
public ObjectId()
ObjectId(ObjectId)
Declaration
public ObjectId(ObjectId other)
Parameters
| Type | Name | Description |
|---|---|---|
| ObjectId | other |
Properties
ObjectIdPath
Required. The parts of an OID path. The most significant parts of the path come first.
Declaration
public RepeatedField<int> ObjectIdPath { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<System.Int32> |