Click or drag to resize
CryptoRandomCreateRandomKey Method
Create Random keys bytes

Namespace:  Intuit.Ipp.OAuth2PlatformClient
Assembly:  Intuit.Ipp.OAuth2PlatformClient (in Intuit.Ipp.OAuth2PlatformClient.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static byte[] CreateRandomKey(
	int length
)

Parameters

length
Type: SystemInt32
lenth

Return Value

Type: Byte
byte array
See Also