.toSHA1()
Table of contents
Description of the method
Description: | This method calculates the SHA-1 hash value from the value of base64binary field. |
Available for: | base64binary |
Parameters: | - |
Return type: | string |
Example
Context: | H |
OCL: | self. |
Description: | The example rule executes |
The XML snippet below would pass this check.
<Id> IdContent </Id> |
The other snippet below however would not pass this check.
<Id>Id Content</Id> |
Attached you can find example schema and files which you can use for testing.