10 references to _dataprotectorProvider
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
EndpointHtmlRendererTest.cs (10)
399
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
431
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
492
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
549
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
588
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
627
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
678
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
766
collection.TryAddSingleton(
_dataprotectorProvider
);
1180
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
1823
services.AddSingleton(
_dataprotectorProvider
);