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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET