3 references to DecryptPkcs8
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngPkcs8.cs (1)
163ArraySegment<byte> decrypted = KeyFormatHelper.DecryptPkcs8(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\KeyFormatHelper.Encrypted.cs (1)
339ArraySegment<byte> decrypted = KeyFormatHelper.DecryptPkcs8(passwordBytes, source, out bytesRead);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (1)
209ArraySegment<byte> decrypted = KeyFormatHelper.DecryptPkcs8(