Class Authentication
- Namespace
- Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
public record Authentication : IEquatable<Authentication>
- Inheritance
-
Authentication
- Implements
- Inherited Members
Properties
Method
public Method? Method { get; set; }
Property Value
UsernamePasswordCredentials
public UsernamePasswordCredentials? UsernamePasswordCredentials { get; set; }
Property Value
X509Credentials
public X509Credentials? X509Credentials { get; set; }