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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET