:: com :: sun :: star :: security ::

unpublished enum CertificateContainerStatus
Usage Restrictions
not published
Description
* Constant definition of a certificate container status. *

Values
NOCERT * The certificate was not found.  
TRUSTED * The certificate was found and is trusted.  
UNTRUSTED * The certificate was found but is untrusted.  
Values' Details
NOCERT
NOCERT,
Description
* The certificate was not found.
TRUSTED
TRUSTED,
Description
* The certificate was found and is trusted.
UNTRUSTED
UNTRUSTED,
Description
* The certificate was found but is untrusted.
Top of Page