Authentication Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET