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