2 instantiations of Rfc2898DeriveBytes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1137return new Rfc2898DeriveBytes(
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
1137return new Rfc2898DeriveBytes(
13 references to Rfc2898DeriveBytes
Microsoft.AspNetCore.Cryptography.KeyDerivation (2)
PBKDF2\NetCorePbkdf2Provider.cs (2)
13/// Implements Pbkdf2 using <see cref="Rfc2898DeriveBytes"/>. 40return Rfc2898DeriveBytes.Pbkdf2(password, salt, iterationCount, algorithmName, numBytesRequested);
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
904[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rfc2898DeriveBytes))]
netstandard (1)
netstandard.cs (1)
1908[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rfc2898DeriveBytes))]
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
530Rfc2898DeriveBytes pbkdf2 = 720private static unsafe Rfc2898DeriveBytes OpenPbkdf2( 1120return Rfc2898DeriveBytes.Pbkdf2(password, salt, iterationCount, prf, outputLength); 1129private static Rfc2898DeriveBytes OpenPbkdf2(
System.Security.Cryptography.Algorithms (1)
System.Security.Cryptography.Algorithms.cs (1)
51[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Rfc2898DeriveBytes))]
System.Security.Cryptography.Pkcs (4)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (4)
530Rfc2898DeriveBytes pbkdf2 = 720private static unsafe Rfc2898DeriveBytes OpenPbkdf2( 1120return Rfc2898DeriveBytes.Pbkdf2(password, salt, iterationCount, prf, outputLength); 1129private static Rfc2898DeriveBytes OpenPbkdf2(