ICertificateProvider.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 an X509Certificate2 instance.
public System.Security.Cryptography.X509Certificates.X509Certificate2 GetCertificate();
abstract member GetCertificate : unit -> System.Security.Cryptography.X509Certificates.X509Certificate2
Public Function GetCertificate () As X509Certificate2
Returns
An X.509 certificate.