1 implementation of WriteSecretIntoBuffer
Microsoft.AspNetCore.DataProtection (1)
Secret.cs (1)
235public void WriteSecretIntoBuffer(ArraySegment<byte> buffer)
5 references to WriteSecretIntoBuffer
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\SecretExtensions.cs (1)
28secret.WriteSecretIntoBuffer(new ArraySegment<byte>(unprotectedSecretRawBytes));
Cng\DpapiSecretSerializerHelper.cs (2)
52secret.WriteSecretIntoBuffer(new ArraySegment<byte>(plaintextSecret)); 128secret.WriteSecretIntoBuffer(new ArraySegment<byte>(plaintextSecret));
Secret.cs (1)
88secret.WriteSecretIntoBuffer(new ArraySegment<byte>(tempPlaintextBuffer));
Microsoft.AspNetCore.DataProtection.Tests (1)
SecretAssert.cs (1)
38secret.WriteSecretIntoBuffer(new ArraySegment<byte>(secretBytes));