Implemented interface member:
method
Encrypt
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IOptimizedAuthenticatedEncryptor.Encrypt(System.ArraySegment<System.Byte>, System.ArraySegment<System.Byte>, System.UInt32, System.UInt32)
3 references to Encrypt
Microsoft.AspNetCore.DataProtection (1)
Cng\Internal\CngAuthenticatedEncryptorBase.cs (1)
50return Encrypt(plaintext, additionalAuthenticatedData, 0, 0);
Microsoft.AspNetCore.DataProtection.Tests (2)
Cng\CbcAuthenticatedEncryptorTests.cs (1)
97byte[] retVal = encryptor.Encrypt(
Cng\GcmAuthenticatedEncryptorTests.cs (1)
87byte[] retVal = encryptor.Encrypt(