10 references to _dataprotectorProvider
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
EndpointHtmlRendererTest.cs (10)
378
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
410
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
471
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
528
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
567
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
606
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
657
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
745
collection.TryAddSingleton(
_dataprotectorProvider
);
1132
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
1758
services.AddSingleton(
_dataprotectorProvider
);