Pkcs9AttributeObject.Oid Property

Definition

Gets an Oid object that represents the type of attribute associated with this Pkcs9AttributeObject object.

public:
 property System::Security::Cryptography::Oid ^ Oid { System::Security::Cryptography::Oid ^ get(); };
public System.Security.Cryptography.Oid Oid { get; }
public System.Security.Cryptography.Oid? Oid { get; }
member this.Oid : System.Security.Cryptography.Oid
Public ReadOnly Property Oid As Oid

Property Value

Oid

An object that represents the type of attribute associated with this Pkcs9AttributeObject object.

Applies to