Click or drag to resize

CertificateManagerIsCertificateStoreInUse Method

Returns the private trust store status.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public bool IsCertificateStoreInUse()

Return Value

Type: Boolean
Returns true if the private trust store is created; otherwise false
Remarks

This method can be used to determine if a client application has successfully creates its own trust store. It can also be used to check if the private trust store already exists.

See Also