2 implementations of GetNCryptAlgorithmIdentifier
System.Security.Cryptography (2)
System\Security\Cryptography\AesCng.Windows.cs (1)
283string ICngSymmetricAlgorithm.GetNCryptAlgorithmIdentifier()
System\Security\Cryptography\TripleDESCng.Windows.cs (1)
238string ICngSymmetricAlgorithm.GetNCryptAlgorithmIdentifier()
4 references to GetNCryptAlgorithmIdentifier
System.Security.Cryptography (4)
System\Security\Cryptography\CngSymmetricAlgorithmCore.cs (4)
44string algorithm = _outer.GetNCryptAlgorithmIdentifier(); 58string algorithm = outer.GetNCryptAlgorithmIdentifier(); 87return cngKey.GetSymmetricKeyDataIfExportable(_outer.GetNCryptAlgorithmIdentifier()); 324_outer.GetNCryptAlgorithmIdentifier()));