GatewayResetSharedKeyParameters::KeyLength Property

 

Optional. The number of bytes in the shared key. Minimum is 1 and maximum is 128

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

public:
property int KeyLength {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32
Return to top
Show: