5 references to ImportPkcs8PrivateKey
System.Security.Cryptography (5)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (5)
1430/// <inheritdoc cref="ImportPkcs8PrivateKey(ReadOnlySpan{byte})" /> 1438return ImportPkcs8PrivateKey(new ReadOnlySpan<byte>(source)); 1491ImportPkcs8PrivateKey, 1540ImportPkcs8PrivateKey, 1599PemLabels.Pkcs8PrivateKey => ImportPkcs8PrivateKey,