Implemented interface member:
method
GenRandom
Microsoft.AspNetCore.DataProtection.Managed.IManagedGenRandom.GenRandom(System.Int32)
1 reference to GenRandom
Microsoft.AspNetCore.DataProtection (1)
Secret.cs (1)
182return new Secret(ManagedGenRandomImpl.Instance.GenRandom(numBytes));