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