你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClientAuthenticationWithSharedAccessSignature Class

Definition

Authentication method that uses a shared access signature token.

public sealed class ClientAuthenticationWithSharedAccessSignature : Microsoft.Azure.Devices.Client.IAuthenticationMethod
type ClientAuthenticationWithSharedAccessSignature = class
    interface IAuthenticationMethod
Public NotInheritable Class ClientAuthenticationWithSharedAccessSignature
Implements IAuthenticationMethod
Inheritance
ClientAuthenticationWithSharedAccessSignature
Implements

Constructors

Name Description
ClientAuthenticationWithSharedAccessSignature(String, String, String)

Creates an instance of this class.

Properties

Name Description
DeviceId

Gets or sets the device identifier.

ModuleId

Gets or sets the module identifier.

Token

Gets or sets the security token associated with the device.

Methods

Name Description
Populate(IotHubConnectionCredentials)

Populates a supplied instance based on the properties of the current instance.

Applies to