6 references to ImportPkcs8PrivateKey
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (6)
1255/// <inheritdoc cref="ImportPkcs8PrivateKey(ReadOnlySpan{byte})" /> 1262return ImportPkcs8PrivateKey(new ReadOnlySpan<byte>(source)); 1311ImportPkcs8PrivateKey, 1356ImportPkcs8PrivateKey, 1406ImportPkcs8PrivateKey, 1449PemLabels.Pkcs8PrivateKey => ImportPkcs8PrivateKey,