SecurityProviderSymmetricKey(String, String, String) Constructor
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.
Initializes a new instance of the SecurityProviderSymmetricKey class.
public SecurityProviderSymmetricKey (string registrationId, string primaryKey, string secondaryKey);
new Microsoft.Azure.Devices.Shared.SecurityProviderSymmetricKey : string * string * string -> Microsoft.Azure.Devices.Shared.SecurityProviderSymmetricKey
Public Sub New (registrationId As String, primaryKey As String, secondaryKey As String)
Parameters
- registrationId
- String
The Provisioning service Registration Id for this device.
- primaryKey
- String
The primary key for this device.
- secondaryKey
- String
The secondary key for this device.
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