SecurityProvider 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 Security Provider used by ProvisioningDeviceClient for authentication.
public abstract class SecurityProvider : IDisposable
type SecurityProvider = class
interface IDisposable
Public MustInherit Class SecurityProvider
Implements IDisposable
- Inheritance
-
SecurityProvider
- Derived
- Implements
Constructors
SecurityProvider() |
Methods
Dispose() |
Releases the unmanaged resources and disposes of the managed resources used by the invoker. |
Dispose(Boolean) |
Releases the unmanaged resources used by the SecurityProvider and optionally disposes of the managed resources. |
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