Base:
method
GetBytes
System.Security.Cryptography.DeriveBytes.GetBytes(System.Int32)
2 references to GetBytes
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
545byte[] key = pbkdf2.GetBytes(cipher.KeySize / 8);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\PasswordBasedEncryption.cs (1)
545byte[] key = pbkdf2.GetBytes(cipher.KeySize / 8);