{CompanyName} FlexyGo

FormRecognizer..::..GetSharedKey Method

Function to get a Shared Key to make an API call

Namespace:  FLEXYGO
Assembly:  flxSysProcess (in flxSysProcess.dll)

Syntax


public static string GetSharedKey(
	string StorageKey,
	string Method,
	string ContentLength,
	string ContentType,
	string HeaderResource,
	string UrlResource
)
Public Shared Function GetSharedKey ( _
	StorageKey As String, _
	Method As String, _
	ContentLength As String, _
	ContentType As String, _
	HeaderResource As String, _
	UrlResource As String _
) As String

Parameters

StorageKey
Type: String
Method
Type: String
ContentLength
Type: String
ContentType
Type: String
HeaderResource
Type: String
UrlResource
Type: String

Return Value

true if XXXX, false otherwise.