Returns a list of all the certificate labels in this store (can be empty).
Each certificate in this store has a unique label. Supported Platforms: Windows Mobile and BlackBerry.
certificateLabels( filterSubject, filterIssuer ) → {String[]}
| Name | Type | Description |
| filterSubject | String | filter of subject |
| filterIssuer | String | filter of issuer |
Only filtered certificate labels
[/reference/refbody/section/sectiondiv {""})Type:
String[]
(sectiondiv]// The following script gets all the labels for certificates
// with the provided subject and issuer
var certStore = CertificateStore.getDefault();
var labels = certStore.certificateLabels("MyUser", "mydomain.com");