16 writes to Plaintext
Microsoft.Extensions.Compliance.Redaction.Tests (16)
HmacRedactorTest.cs (16)
160Plaintext = "06377140004912810", 168Plaintext = "8250238180231812593665236025879", 176Plaintext = "14205289249528757613587384723531515413219653794252487086716414554858838442569035407288432742643156375379611526756705061369412859161788279451112143087058", 184Plaintext = "233802211132895623295987151039734445725919069973571244842092718753202655377903745071611049025165556355649418838160882514852190077218742860503577690956946404229304814569556645", 192Plaintext = "847602394600602", 200Plaintext = "764915826629263203007821477477666683938508358202357382288660519631", 208Plaintext = "38997664313173123968219594428105087247655246493394178493183691123263046562338921350881428745999093310816975649715041640799129192386318565612796179354216581519989880136946868886733246499051299607264580071923026866803521804605488234696677", 216Plaintext = "503809778156513211675916534732740199886897167126543283584067708107372918979137177937103344151933590113399258338677700046085016157646747824424579145584964732950420219086803002127314321978417144703599111923339871211182990790620193999079942844", 224Plaintext = "69643802508787306087405974674973166304044420666307682216127292986891689706241708345938242088953791814538764739682914297756734502870648499411345974035943550389163872537384009114167838546889736426301771968072104942628972100913739708824519440", 232Plaintext = "470412699457383461825", 240Plaintext = "6448837006439390412670219502203237214608388561555165178515833832697909033115420609318414341291603819801719718386454", 248Plaintext = "22448993990866010679075009030029395238262860918126606929987599910716714216458586771720593103874008017816290310172179956518226689936976031314609001275640697969562746636215435431679990213897046408413537055580375998345892514", 256Plaintext = "6285689764785118294848534030531564631525176221301855417621077624336155000864747885", 264Plaintext = "74397821635863509546738304180242368565555711665422472480596209089616501407", 272Plaintext = "84992924057788643849345229844532524318015307989712136738859600649633362629483565793825385667308035375386300075329553663031453", 280Plaintext = "43287757052171959594272805553019746254624294322",
4 references to Plaintext
Microsoft.Extensions.Compliance.Redaction.Tests (4)
HmacRedactorTest.cs (4)
109var length = redactor.GetRedactedLength(example.Plaintext); 110var result = redactor.Redact(example.Plaintext); 134var length = redactor.GetRedactedLength(example.Plaintext); 135var result = redactor.Redact(example.Plaintext);