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.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public X509Certificate2 GetCAExchangeCertificate()
Public Function GetCAExchangeCertificate As X509Certificate2
public:
X509Certificate2^ GetCAExchangeCertificate()
member GetCAExchangeCertificate : unit -> X509Certificate2
Return Value
Type:
X509Certificate2CA Exchange certificate.
Exceptions See Also