Pkcs12SafeBag.GetBagId Method

Definition

Gets the Object Identifier (OID) identifying the content type of this SafeBag.

public:
 System::Security::Cryptography::Oid ^ GetBagId();
public System.Security.Cryptography.Oid GetBagId ();
member this.GetBagId : unit -> System.Security.Cryptography.Oid
Public Function GetBagId () As Oid

Returns

Oid

The Object Identifier (OID) identifying the content type of this SafeBag.

Applies to