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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET