Secret.Random(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Secret made entirely of random bytes retrieved from a cryptographically secure RNG.
public:
static Microsoft::AspNetCore::DataProtection::Secret ^ Random(int numBytes);
public static Microsoft.AspNetCore.DataProtection.Secret Random (int numBytes);
static member Random : int -> Microsoft.AspNetCore.DataProtection.Secret
Public Shared Function Random (numBytes As Integer) As Secret
Parameters
- numBytes
- Int32