5 references to MLDsaCng
Microsoft.Bcl.Cryptography (1)
Microsoft.Bcl.Cryptography.Forwards.cs (1)
17[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.MLDsaCng))]
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (4)
30/// Initializes a new instance of the <see cref="MLDsaCng"/> class by using the specified <see cref="CngKey"/>. 66/// Gets the key that will be used by the <see cref="MLDsaCng"/> object for any cryptographic operation that it performs. 69/// The key that will be used by the <see cref="MLDsaCng"/> object for any cryptographic operation that it performs. 75/// This <see cref="CngKey"/> object is not the same as the one passed to the <see cref="MLDsaCng"/> constructor,