Uses of Enum
com.microsoft.graph.models.X509CertificateAuthenticationMode
Packages that use X509CertificateAuthenticationMode
-
Uses of X509CertificateAuthenticationMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return X509CertificateAuthenticationModeModifier and TypeMethodDescriptionX509CertificateAuthenticationModeConfiguration.getX509CertificateAuthenticationDefaultMode()Gets the x509CertificateAuthenticationDefaultMode property value.X509CertificateRule.getX509CertificateAuthenticationMode()Gets the x509CertificateAuthenticationMode property value.Returns the enum constant of this type with the specified name.static X509CertificateAuthenticationMode[]X509CertificateAuthenticationMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type X509CertificateAuthenticationModeModifier and TypeMethodDescriptionvoidX509CertificateAuthenticationModeConfiguration.setX509CertificateAuthenticationDefaultMode(X509CertificateAuthenticationMode value) Sets the x509CertificateAuthenticationDefaultMode property value.voidX509CertificateRule.setX509CertificateAuthenticationMode(X509CertificateAuthenticationMode value) Sets the x509CertificateAuthenticationMode property value.