X509Attestation.GetPrimaryX509CertificateInfo 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 primary X509 certificate info.
public Microsoft.Azure.Devices.Provisioning.Service.X509CertificateInfo GetPrimaryX509CertificateInfo();
member this.GetPrimaryX509CertificateInfo : unit -> Microsoft.Azure.Devices.Provisioning.Service.X509CertificateInfo
Public Function GetPrimaryX509CertificateInfo () As X509CertificateInfo
Returns
The X509CertificateInfo with the returned certificate information. it can be null.
Exceptions
If no valid certificate information was provided on initialization.
Remarks
This method is a getter for the information returned from the provisioning service for the provided primary certificate.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET