1 implementation of GetDataProtector
System.Web (1)
Security\Cryptography\MachineKeyDataProtectorFactory.cs (1)
25public DataProtector GetDataProtector(Purpose purpose) {
1 reference to GetDataProtector
System.Web (1)
Security\Cryptography\DataProtectorCryptoService.cs (1)
34dataProtector = _dataProtectorFactory.GetDataProtector(_purpose);