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