Click or drag to resize
InMemoryTokenManagerGetConsumerSecret Method
Returns consumer secret.

Namespace: CMS.MembershipProvider
Assembly: CMS.MembershipProvider (in CMS.MembershipProvider.dll) Version: 8.2.23
Syntax
C#
public string GetConsumerSecret(
	string consumerKey
)

Parameters

consumerKey
Type: SystemString
Api key

Return Value

Type: String
See Also