Пример #1
0
 public static EncryptionServicesBuilder AddDataHasher <TImplementation, TOptions>(
     this EncryptionServicesBuilder builder, Action <TOptions> configure = null)
     where TImplementation : IDataHasher
     where TOptions : class =>
 builder.AddDataProtector(typeof(IDataHasher), typeof(TImplementation), configure);