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