ServiceAuthenticationWithDeviceSharedAccessPolicyToken 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.
Authentication method that uses a device's shared access signature to authenticate with service.
public class ServiceAuthenticationWithDeviceSharedAccessPolicyToken : Microsoft.Azure.Devices.IAuthenticationMethod
type ServiceAuthenticationWithDeviceSharedAccessPolicyToken = class
interface IAuthenticationMethod
Public Class ServiceAuthenticationWithDeviceSharedAccessPolicyToken
Implements IAuthenticationMethod
- Inheritance
-
ServiceAuthenticationWithDeviceSharedAccessPolicyToken
- Implements
Constructors
ServiceAuthenticationWithDeviceSharedAccessPolicyToken(String, String) |
Initializes a new instance of the ServiceAuthenticationWithDeviceSharedAccessPolicyToken class. |
Properties
DeviceId |
Name of device |
Token |
Shared access signature generated using device's shared access key |
Methods
Populate(IotHubConnectionStringBuilder) |
Populates the builder with values needed to authenticate with device's shared access signature. |
Applies to
Azure SDK for .NET