Returns the code which identifies the intern version of a certain certificate coding, which correspond according to
the the date provided.
1 security.wic.certificates.getVersion
<security.wic.certificates.getVersion code='code'>
<fecha /> *
</security.wic.certificates.getVersion>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Acode | string | Indicate the the certificate code. |
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Efecha | date |
Returns | |
---|---|
Type | Description |
String | Returns the version of the used certification. |
Example
Returns the version of a certificate with CERT1 code, for the certifications with dated "11-03-2011".
Copy
<xsql-script name='push_test'> <body> <println> <security.wic.certificates.getVersion code='CERT1'> <date>11-03-2011</date> </security.wic.certificates.getVersion> </println> </body> </xsql-script>