你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeviceRegistryAssetEndpointProfileData.TransportAuthenticationOwnCertificates Property

Definition

Defines a reference to a secret which contains all certificates and private keys that can be used by the southbound connector connecting to the shop floor/OT device. The accepted extensions are .der for certificates and .pfx/.pem for private keys.

public System.Collections.Generic.IList<Azure.ResourceManager.DeviceRegistry.Models.OwnCertificate> TransportAuthenticationOwnCertificates { get; set; }
member this.TransportAuthenticationOwnCertificates : System.Collections.Generic.IList<Azure.ResourceManager.DeviceRegistry.Models.OwnCertificate> with get, set
Public Property TransportAuthenticationOwnCertificates As IList(Of OwnCertificate)

Property Value

Applies to