CertificateAuthorityGetCAExchangeCertificate Method
Retrieves the most recent 'CA Exchange' certificate. If the certificate does not exist, the method
will instruct CA server to generate or enroll a new one.
Namespace: PKI.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public X509Certificate2 GetCAExchangeCertificate()
Public Function GetCAExchangeCertificate As X509Certificate2
public:
X509Certificate2^ GetCAExchangeCertificate()
member GetCAExchangeCertificate : unit -> X509Certificate2
Return Value
X509Certificate2CA Exchange certificate.