AuthenticationProviderX509 Class
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.
The device authentication for using an X509 certificate object.
public class AuthenticationProviderX509 : Microsoft.Azure.Devices.Provisioning.Client.AuthenticationProvider
type AuthenticationProviderX509 = class
inherit AuthenticationProvider
Public Class AuthenticationProviderX509
Inherits AuthenticationProvider
- Inheritance
Constructors
AuthenticationProviderX509(X509Certificate2, X509Certificate2Collection) |
Creates an instance of this class. |
Properties
CertificateChain |
The certificate trust chain that will end in the Trusted Root installed on the server side. |
ClientCertificate |
The client certificate used for TLS device authentication. |
Methods
GetRegistrationId() |
Gets the registration Id used during device enrollment. |
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