<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <CodeSnippet Format="1.0.0">
    <Header>
      <Title>Symmetric key encryption and decryption using Rijndael algorithm.</Title>
      <Shortcut>SymmetrickeyencryptionanddecryptionusingRijndaelalgorithm.</Shortcut>
      <Description>Symmetric key encryption and decryption using Rijndael algorithm. [C#]</Description>
      <Author>Matej Flis</Author>
      <HelpUrl>/PreviewSnippet.aspx?SnippetID=f4342200-96a9-4316-80cb-19a41072b358</HelpUrl>
      <SnippetTypes>
        <SnippetType>SurroundsWith</SnippetType>
      </SnippetTypes>
    </Header>
    <Snippet>
      <Code Language="csharp"><![CDATA[]]></Code>
    </Snippet>
  </CodeSnippet>
</CodeSnippets>