AuthenticationType Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. azure. sdk. iot. service. auth. AuthenticationType
- com.
- java.
public enum AuthenticationType
extends java.lang.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 |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
valueOf(String name)
public static AuthenticationType valueOf(String name)
Parameters
- name
- java.lang.String