X509Attestation.GetSecondaryX509CertificateInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Getter for the secondary X509 certificate info.
public Microsoft.Azure.Devices.Provisioning.Service.X509CertificateInfo GetSecondaryX509CertificateInfo ();
member this.GetSecondaryX509CertificateInfo : unit -> Microsoft.Azure.Devices.Provisioning.Service.X509CertificateInfo
Public Function GetSecondaryX509CertificateInfo () As X509CertificateInfo
Returns
The X509CertificateInfo with the returned certificate information. it can be null.
Remarks
This method is a getter for the information returned from the provisioning service for the provided secondary certificate.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.