Implemented interface member:
method
Protect
Microsoft.AspNetCore.DataProtection.IDataProtector.Protect(System.Byte[])
1 reference to Protect
Microsoft.AspNetCore.DataProtection (1)
KeyManagement\KeyRingBasedSpanDataProtector.cs (1)
50var result = Protect(plaintext.ToArray());