Class AssetEndpointProfileCredentials
- Namespace
- Azure.Iot.Operations.Services.Assets
- Assembly
- Azure.Iot.Operations.Services.dll
The credentials to use when connecting to an asset endpoint.
public record AssetEndpointProfileCredentials : IEquatable<AssetEndpointProfileCredentials>
- Inheritance
-
AssetEndpointProfileCredentials
- Implements
- Inherited Members
Properties
Certificate
The x509 certificate to use for authentication when connecting with the asset endpoint.
public string? Certificate { get; }
Property Value
Remarks
This may be null if no x509 certificate is required for authentication when connecting to the asset endpoint.
Password
The password to use for authentication when connecting with the asset endpoint.
public byte[]? Password { get; }
Property Value
- byte[]
Remarks
This may be null if no password is required for authentication when connecting to the asset endpoint.
Username
The username to use for authentication when connecting with the asset endpoint.
public string? Username { get; }
Property Value
Remarks
This may be null if no username is required for authentication when connecting to the asset endpoint.