1 write to _descriptorFactory
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\Key.cs (1)
111_descriptorFactory = descriptorFactory;
3 references to _descriptorFactory
Microsoft.AspNetCore.DataProtection (3)
KeyManagement\Key.cs (3)
151Debug.Assert(_descriptorFactory is not null, "Key constructed without either descriptor or descriptor factory"); 155_descriptor = _descriptorFactory(); 216descriptorFactory: _descriptorFactory,