2 references to ImportMLDsaPrivateKey
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (2)
1864
/// <inheritdoc cref="
ImportMLDsaPrivateKey
(MLDsaAlgorithm, ReadOnlySpan{byte})" />
1873
return
ImportMLDsaPrivateKey
(algorithm, new ReadOnlySpan<byte>(source));