Share via


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)

Syntax

public int KeyLength { get; set; }
public:
property int KeyLength {
    int get();
    void set(int value);
}
member KeyLength : int with get, set
Public Property KeyLength As Integer

Property Value

Type: System.Int32

See Also

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

Return to top