SecurityProviderX509 Class

Definition

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
SecurityProviderX509
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.

Applies to