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)
581byte[] protectedData = protector.Protect(plaintext); 726byte[] protectedData = protector.Protect(plaintext);