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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET