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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET