Table of Contents

Class X509Credentials

Namespace
Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll
public record X509Credentials : IEquatable<X509Credentials>
Inheritance
X509Credentials
Implements
Inherited Members

Properties

CertificateSecretName

public string? CertificateSecretName { get; set; }

Property Value

string

IntermediateCertificatesSecretName

A reference to the secret containing the combined intermediate certificates in PEM format.

public string? IntermediateCertificatesSecretName { get; set; }

Property Value

string

KeySecretName

A reference to the secret containing the certificate private key in PEM or DER format.

public string? KeySecretName { get; set; }

Property Value

string