8 references to IsPlatformScheme
System.Security.Cryptography (8)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\DSACng.ImportExport.cs (2)
98
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
143
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanCng.ImportExport.cs (2)
151
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
196
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\ECDsaCng.ImportExport.cs (2)
188
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
233
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSACng.ImportExport.cs (2)
116
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))
161
if (CngPkcs8.
IsPlatformScheme
(pbeParameters))