git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@49 b6239004-a887-0f4b-9937-50029ccdca16
28 lines
805 B
HTML
28 lines
805 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="..\styles.css">
|
|
</head>
|
|
<body>
|
|
<img src="..\..\ro.png" alt="" align="right">
|
|
|
|
<!-------------------------------------------------------------------------->
|
|
|
|
<p class="h1">
|
|
<span>Message Envelopes Sample</span>
|
|
</p>
|
|
|
|
<h2>Purpose</h2>
|
|
|
|
<p>This example illustrates usage <b>message envelopes</b>.</p>
|
|
<p>At using message envelopes, result stream contains only envelope marker and encrypted ouput stream so
|
|
if correspondent envelope isn't found at other-side, the exception will be raised.</p>
|
|
|
|
<h2>Testing</h2>
|
|
<ul>
|
|
<li>Test example with different combinations of predefined envelopes</li>
|
|
<li>Change server and client envelopes (create/update/delete) and test again.</li>
|
|
</ul>
|
|
</p>
|
|
|
|
</body>
|
|
</html> |