ClientName Create Method (String, String)Nemiro.OAuth
Returns a new ClientName instance with a specified key and providerName.

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public static ClientName Create(
	string key,
	string providerName
)

Return Value

Type: ClientName
See Also