6 references to Cryptography_NoPrivateKeyAvailable
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaImplementation.Windows.cs (3)
44
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);
127
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);
140
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (3)
44
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);
67
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);
185
throw new CryptographicException(SR.
Cryptography_NoPrivateKeyAvailable
);