Share via


Authentication Constructors

Definition

Overloads

Authentication()

Initializes a new instance of the Authentication class.

Authentication(SymmetricKey)

Initializes a new instance of the Authentication class.

Authentication()

Initializes a new instance of the Authentication class.

public Authentication ();
Public Sub New ()

Applies to

Authentication(SymmetricKey)

Initializes a new instance of the Authentication class.

public Authentication (Microsoft.Azure.Management.EdgeGateway.Models.SymmetricKey symmetricKey = default);
new Microsoft.Azure.Management.EdgeGateway.Models.Authentication : Microsoft.Azure.Management.EdgeGateway.Models.SymmetricKey -> Microsoft.Azure.Management.EdgeGateway.Models.Authentication
Public Sub New (Optional symmetricKey As SymmetricKey = Nothing)

Parameters

symmetricKey
SymmetricKey

Symmetric key for authentication.

Applies to