4 references to GetDataProtectionProvider
Microsoft.AspNetCore.DataProtection.Abstractions (4)
DataProtectionCommonExtensions.cs (4)
116
/// This is a convenience method which calls <see cref="
GetDataProtectionProvider
(IServiceProvider)"/>
125
return services.
GetDataProtectionProvider
().CreateProtector(purposes);
138
/// This is a convenience method which calls <see cref="
GetDataProtectionProvider
(IServiceProvider)"/>
147
return services.
GetDataProtectionProvider
().CreateProtector(purpose, subPurposes);