IotOperationsRegistryEndpointProperties.TrustTrustedSigningKeys Property

Definition

The trust properties for the registry endpoint. Please note RegistryEndpointTrustedSigningKey is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include RegistryEndpointTrustedSigningKeyConfigMap and RegistryEndpointTrustedSigningKeySecret.

public Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKey TrustTrustedSigningKeys { get; set; }
member this.TrustTrustedSigningKeys : Azure.ResourceManager.IotOperations.Models.RegistryEndpointTrustedSigningKey with get, set
Public Property TrustTrustedSigningKeys As RegistryEndpointTrustedSigningKey

Property Value

Applies to