Click or drag to resize

CertificateManagerGetCertificates Method

Returns information about the certificates stored in the private trust store.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public List<X509Certificate2> GetCertificates()

Return Value

Type: ListX509Certificate2
When the private trust store is available, this method returns a list stored certificates. In a case where the private trust store is missing, an empty array is returned.
Remarks
This method returns an array of X509Certificate2 objects from the private trust store only. The certificate information retrieval from the system certificate store is not permitted, in which case an empty array will be returned.
See Also