public final class IotHubServiceSasToken extends Object
| Modifier and Type | Field and Description |
|---|---|
protected long |
expiryTime |
protected String |
keyName |
protected String |
keyValue |
protected String |
resourceUri |
protected String |
token |
static String |
TOKEN_FORMAT
The SAS token format.
|
| Constructor and Description |
|---|
IotHubServiceSasToken(IotHubConnectionString iotHubConnectionString)
Constructor.
|
public static final String TOKEN_FORMAT
SharedAccessSignature sr=IOTHUBURI&sig=SIGNATURE&se=EXPIRY&skn=SHAREDACCESSKEYNAMEprotected final String resourceUri
protected final String keyValue
protected final long expiryTime
protected final String keyName
protected final String token
public IotHubServiceSasToken(IotHubConnectionString iotHubConnectionString)
iotHubConnectionString - Connection string object containing the connection parametersCopyright © 2017. All rights reserved.