Overload List
Name | Description |
---|---|
KeyGenerator.GenerateDESKey (Int32) | Generates a symmetric key for use with the DES or Triple-DES algorithms. This function will always return a key that is not considered weak by TripleDES.IsWeakKey(). |
KeyGenerator.GenerateDESKey (Int32, Byte[], out Byte[]) | Generates a combined-entropy key for use with the DES or Triple-DES algorithms. This function will always return a key that is not considered weak by TripleDES.IsWeakKey(). |
See Also
Copyright © 2008 by Microsoft Corporation. All rights reserved.