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