1 write to _encryptionAlgorithmFactory
System.Web (1)
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (1)
26
_encryptionAlgorithmFactory
= GetEncryptionAlgorithmFactory();
2 references to _encryptionAlgorithmFactory
System.Web (2)
Security\Cryptography\MachineKeyCryptoAlgorithmFactory.cs (2)
25
if (
_encryptionAlgorithmFactory
== null) {
28
return
_encryptionAlgorithmFactory
();