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

 

Creates a connection using a shared access key with full access.

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

public:
static String^ CreateUsingSharedAccessKeyWithFullAccess(
	Uri^ endPoint,
	String^ fullAccessSecret
)

Parameters

endPoint
Type: System::Uri^

The endpoint.

fullAccessSecret
Type: System::String^

The full access secret.

Return Value

Type: System::String^

The created connection string using a shared access key with full access.

Return to top
Show: