Implemented interface member:
method
CreateEncryptorInstance
Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptorFactory.CreateEncryptorInstance(Microsoft.AspNetCore.DataProtection.KeyManagement.IKey)
2 references to CreateEncryptorInstance
Microsoft.AspNetCore.DataProtection.Tests (2)
KeyManagement\XmlKeyManagerTests.cs (2)
135
Assert.Same(expectedAuthenticatedEncryptor, testEncryptorFactory.
CreateEncryptorInstance
(newKey));
233
Assert.Same(expectedAuthenticatedEncryptor, testEncryptorFactory.
CreateEncryptorInstance
(newKey));