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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET