10 references to _dataprotectorProvider
Microsoft.AspNetCore.Components.Endpoints.Tests (10)
EndpointHtmlRendererTest.cs (10)
300
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
332
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
393
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
450
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
489
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
528
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
579
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
667
collection.TryAddSingleton(
_dataprotectorProvider
);
1054
var protector =
_dataprotectorProvider
.CreateProtector(ServerComponentSerializationSettings.DataProtectionProviderPurpose)
1669
services.AddSingleton(
_dataprotectorProvider
);