Share via


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)

Syntax

public static string CreateUsingSharedAccessKeyWithFullAccess(
    Uri endPoint,
    string fullAccessSecret
)
public:
static String^ CreateUsingSharedAccessKeyWithFullAccess(
    Uri^ endPoint,
    String^ fullAccessSecret
)
static member CreateUsingSharedAccessKeyWithFullAccess : 
        endPoint:Uri *
        fullAccessSecret:string -> string
Public Shared Function CreateUsingSharedAccessKeyWithFullAccess (
    endPoint As Uri,
    fullAccessSecret As String
) As String

Parameters

Return Value

Type: System.String

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

See Also

ConnectionString Class
Microsoft.WindowsAzure.Messaging Namespace

Return to top