public class DeviceTwinInfoX509Thumbprint extends Object
| Constructor and Description |
|---|
DeviceTwinInfoX509Thumbprint() |
| Modifier and Type | Method and Description |
|---|---|
String |
primaryThumbprint()
Get primary thumbprint for the x509 certificate.
|
String |
secondaryThumbprint()
Get secondary thumbprint for the x509 certificate.
|
DeviceTwinInfoX509Thumbprint |
withPrimaryThumbprint(String primaryThumbprint)
Set primary thumbprint for the x509 certificate.
|
DeviceTwinInfoX509Thumbprint |
withSecondaryThumbprint(String secondaryThumbprint)
Set secondary thumbprint for the x509 certificate.
|
public String primaryThumbprint()
public DeviceTwinInfoX509Thumbprint withPrimaryThumbprint(String primaryThumbprint)
primaryThumbprint - the primaryThumbprint value to setpublic String secondaryThumbprint()
public DeviceTwinInfoX509Thumbprint withSecondaryThumbprint(String secondaryThumbprint)
secondaryThumbprint - the secondaryThumbprint value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/