4 overrides of ImportParameters
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (1)
23public override void ImportParameters(DSAParameters parameters)
System\Security\Cryptography\DSACryptoServiceProvider.Windows.cs (1)
358public override void ImportParameters(DSAParameters parameters)
System\Security\Cryptography\DSAWrapper.cs (1)
23public override void ImportParameters(DSAParameters parameters) =>
System\Security\Cryptography\OpenSsl.NotSupported.cs (1)
64public override void ImportParameters(DSAParameters parameters) { }
7 references to ImportParameters
System.Security.Cryptography (6)
System\Security\Cryptography\DSA.cs (4)
1020ImportParameters(ret); 1046ImportParameters(ret); 1070ImportParameters(key); 1090ImportParameters(key);
System\Security\Cryptography\DSA.Xml.cs (1)
75ImportParameters(dsaParameters);
System\Security\Cryptography\DSAWrapper.cs (1)
24_wrapped.ImportParameters(parameters);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\DSAKeyValue.cs (1)
189Key.ImportParameters(new DSAParameters