Click or drag to resize
CryptoRandomCreateUniqueId Method
Create Unique Id

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 string CreateUniqueId(
	int length = 32
)

Parameters

length (Optional)
Type: SystemInt32

[Missing <param name="length"/> documentation for "M:Intuit.Ipp.OAuth2PlatformClient.CryptoRandom.CreateUniqueId(System.Int32)"]

Return Value

Type: String
string
See Also