Uses of Class
com.azure.messaging.eventgrid.systemevents.DeviceTwinInfoX509Thumbprint
Packages that use DeviceTwinInfoX509Thumbprint
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of DeviceTwinInfoX509Thumbprint in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return DeviceTwinInfoX509ThumbprintModifier and TypeMethodDescriptionDeviceTwinInfo.getX509Thumbprint()Get the x509Thumbprint property: The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store.DeviceTwinInfoX509Thumbprint.setPrimaryThumbprint(String primaryThumbprint) Set the primaryThumbprint property: Primary thumbprint for the x509 certificate.DeviceTwinInfoX509Thumbprint.setSecondaryThumbprint(String secondaryThumbprint) Set the secondaryThumbprint property: Secondary thumbprint for the x509 certificate.Methods in com.azure.messaging.eventgrid.systemevents with parameters of type DeviceTwinInfoX509ThumbprintModifier and TypeMethodDescriptionDeviceTwinInfo.setX509Thumbprint(DeviceTwinInfoX509Thumbprint x509Thumbprint) Set the x509Thumbprint property: The thumbprint is a unique value for the x509 certificate, commonly used to find a particular certificate in a certificate store.