KeyGenerator.GenerateDESKey 方法

重载列表

名称 说明
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().

请参见

参考

KeyGenerator 类
KeyGenerator 成员
Microsoft.IdentityModel 命名空间

版权所有 (C) 2008 Microsoft Corporation。保留所有权利。