1 type derived from DES
mscorlib (1)
system\security\cryptography\descryptoserviceprovider.cs (1)
15
public sealed class DESCryptoServiceProvider :
DES
{
6 references to DES
mscorlib (5)
system\security\cryptography\des.cs (3)
74
new static public
DES
Create() {
78
new static public
DES
Create(String algName) {
79
return (
DES
) CryptoConfig.CreateFromName(algName);
system\security\cryptography\descryptoserviceprovider.cs (2)
56
while (
DES
.IsWeakKey(KeyValue) ||
DES
.IsSemiWeakKey(KeyValue)) {
System.Web (1)
Security\Cryptography\CryptoAlgorithms.cs (1)
43
internal static
DES
CreateDES() {