1 implementation of Length
Microsoft.AspNetCore.DataProtection (1)
Secret.cs (1)
103public int Length
4 references to Length
Microsoft.AspNetCore.DataProtection (4)
AuthenticatedEncryption\ConfigurationModel\SecretExtensions.cs (1)
22byte[] unprotectedSecretRawBytes = new byte[secret.Length];
Cng\DpapiSecretSerializerHelper.cs (2)
47var plaintextSecret = new byte[secret.Length]; 123var plaintextSecret = new byte[secret.Length];
Secret.cs (1)
83var tempPlaintextBuffer = new byte[secret.Length];