Pkcs12CertBag.GetCertificate Method

Definition

Gets the contents of the CertBag interpreted as an X.509 public key certificate.

public:
 System::Security::Cryptography::X509Certificates::X509Certificate2 ^ GetCertificate();
public System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificate ();
member this.GetCertificate : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function GetCertificate () As X509Certificate2

Returns

A certificate decoded from the contents of the CertBag.

Exceptions

The content type is not the X.509 public key certificate content type.

The contents were not valid for the X.509 certificate content type.

Applies to

See also