Click or drag to resize

CertificateManagerDeleteClientIdentityCertificateChain Method

Deletes a provisioned client identity certificate and a private key.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void DeleteClientIdentityCertificateChain()
Exceptions
ExceptionCondition
CertificateStoreExceptionThrown if client identity certificate chain has failed to delete or does not exist.
Remarks

Client application can modify the client certificate by deleting an existing certificate and setting newer one.

See Also