#89599 shows that accessing some CNG properties are relatively expensive to the cryptographic operation itself. That pull request memoized the result for KeySize so that reading the KeySize property doesn't incur the overhead of reading ncrypt properties, which requires an RPC call.
We should consider what other properties can be memoized for performance. #89819 showed that AlgorithmGroup is likely another candidate.