2 references to ExportExplicitParameters
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (1)
69return ECCng.ExportExplicitParameters(Key, includePrivateParameters);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (1)
91return ECCng.ExportExplicitParameters(Key, includePrivateParameters);