9 references to DataProtectionProviderPurpose
Microsoft.AspNetCore.Components.Endpoints (1)
src\Shared\Components\ServerComponentSerializer.cs (1)
16
.CreateProtector(ServerComponentSerializationSettings.
DataProtectionProviderPurpose
)
Microsoft.AspNetCore.Components.Endpoints.Tests (8)
EndpointHtmlRendererTest.cs (8)
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
)
1197
var protector = _dataprotectorProvider.CreateProtector(ServerComponentSerializationSettings.
DataProtectionProviderPurpose
)