3 types derived from DeriveBytes
System.Security.Cryptography (3)
System\Security\Cryptography\PasswordDeriveBytes.cs (1)
15public partial class PasswordDeriveBytes : DeriveBytes
System\Security\Cryptography\PasswordDeriveBytes.NotSupported.cs (1)
8public partial class PasswordDeriveBytes : DeriveBytes
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
15public partial class Rfc2898DeriveBytes : DeriveBytes
3 references to DeriveBytes
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
872[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DeriveBytes))]
netstandard (1)
netstandard.cs (1)
1863[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DeriveBytes))]
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
20[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.DeriveBytes))]