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