AuthenticationType Enum
- java.
lang. Object - java.
lang. Enum<AuthenticationType> - com.
microsoft. azure. sdk. iot. service. auth. AuthenticationType
- com.
- java.
public enum AuthenticationType
Enum for the type of authentication used. SAS - shared access signature SELF_SIGNED - self signed certificate CERTIFICATE_AUTHORITY - certificate authority signed certificate
Fields
CERTIFICATE_AUTHORITY | |
SAS | |
SELF_SIGNED |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java