Implemented interface member:
method
Protect
Microsoft.AspNetCore.DataProtection.IDataProtector.Protect(System.Byte[])
1 reference to Protect
Microsoft.AspNetCore.DataProtection.Tests (1)
KeyManagement\KeyRingBasedDataProtectorTests.cs (1)
575
byte[] protectedData = protector.
Protect
(plaintext);