Share via


AuthenticationProviderSymmetricKey Class

Definition

The device authentication provider interface for symmetric keys.

public class AuthenticationProviderSymmetricKey : Microsoft.Azure.Devices.Provisioning.Client.AuthenticationProvider
type AuthenticationProviderSymmetricKey = class
    inherit AuthenticationProvider
Public Class AuthenticationProviderSymmetricKey
Inherits AuthenticationProvider
Inheritance
AuthenticationProviderSymmetricKey

Constructors

Name Description
AuthenticationProviderSymmetricKey(String, String, String)

Creates an instance of this class.

Properties

Name Description
PrimaryKey

The primary key for this device.

SecondaryKey

The secondary key for this device.

Methods

Name Description
GetRegistrationId()

Gets the registration Id used during device enrollment.

Applies to