Pkcs12CertBag.GetCertificate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.