SecurityProviderX509 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 Security Provider interface for X.509-based Hardware Security Modules.
public abstract class SecurityProviderX509 : Microsoft.Azure.Devices.Shared.SecurityProvider
type SecurityProviderX509 = class
inherit SecurityProvider
Public MustInherit Class SecurityProviderX509
Inherits SecurityProvider
- Inheritance
- Derived
Constructors
SecurityProviderX509() |
Methods
Dispose() |
Releases the unmanaged resources and disposes of the managed resources used by the invoker. (Inherited from SecurityProvider) |
Dispose(Boolean) |
Releases the unmanaged resources used by the SecurityProvider and optionally disposes of the managed resources. (Inherited from SecurityProvider) |
GetAuthenticationCertificate() |
Gets the certificate used for TLS device authentication. |
GetAuthenticationCertificateChain() |
Gets the certificate trust chain that will end in the Trusted Root installed on the server side. |
GetRegistrationID() |
Returns the RegistrationID. |