10 references to _dataprotectorProvider
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
EndpointHtmlRendererTest.cs (10)
396
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
428
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
489
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
546
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
585
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
624
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
675
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
763
collection.TryAddSingleton(
_dataprotectorProvider
);
1197
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
1846
services.AddSingleton(
_dataprotectorProvider
);