Click or drag to resize

CertificateManagerDeleteCertificateStore Method

Deletes an existing private trust store.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void DeleteCertificateStore()
Remarks

Client application can delete an existing private trust store if it wants to modify the certificates or it wants to use system certificate stores supplied by the OS. This method deletes the private trust store only. An attempt to delete other trust stores is ignored.

See Also