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