2 references to MapCspKeyFlags
System.Security.Cryptography (2)
System\Security\Cryptography\CapiHelper.Windows.cs (2)
475int capiFlags = (int)((uint)MapCspKeyFlags(flags) | ((uint)keySize << 16)); 973int dwCapiFlags = MapCspKeyFlags((int)flags);