ConnectionString::CreateUsingSharedAccessKey Method (Uri^, String^, String^)

 

Creates a connection using the shared access key.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging (in Microsoft.WindowsAzure.Messaging.dll)

public:
static String^ CreateUsingSharedAccessKey(
	Uri^ endPoint,
	String^ keyName,
	String^ accessSecret
)

Parameters

endPoint
Type: System::Uri^

The endpoint.

keyName
Type: System::String^

The name of the shared access key.

accessSecret
Type: System::String^

The access secret.

Return Value

Type: System::String^

The created connection string.

Return to top
Show: