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