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

 

Creates a connection using a shared secret.

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

public:
static String^ CreateUsingSharedSecret(
	Uri^ endPoint,
	String^ issuer,
	String^ issuerSecret
)

Parameters

endPoint
Type: System::Uri^

The endpoint.

issuer
Type: System::String^

The issuer.

issuerSecret
Type: System::String^

The issuer secret.

Return Value

Type: System::String^

The created connection string using a shared secret.

Return to top
Show: