Share via


GatewayGetSharedKeyResponse.SharedKey Property

 

Optional. Contains the shared key used by the gateway to authenticate connections to sites on a virtual network.

Namespace:   Microsoft.WindowsAzure.Management.Network.Models
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Syntax

public string SharedKey { get; set; }
public:
property String^ SharedKey {
    String^ get();
    void set(String^ value);
}
member SharedKey : string with get, set
Public Property SharedKey As String

Property Value

Type: System.String

See Also

GatewayGetSharedKeyResponse Class
Microsoft.WindowsAzure.Management.Network.Models Namespace

Return to top