2 references to Secret
Microsoft.AspNetCore.DataProtection (2)
AuthenticatedEncryption\ConfigurationModel\SecretExtensions.cs (1)
55return new Secret(unprotectedSecret);
Secret.cs (1)
182return new Secret(ManagedGenRandomImpl.Instance.GenRandom(numBytes));