ConnectionString::CreateUsingSharedAccessKeyWithFullAccess Method (Uri^, String^)
Creates a connection using a shared access key with full access.
Assembly: Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.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.
Show: