Uses of Enum
com.microsoft.graph.models.AuthenticationMethodKeyStrength
Packages that use AuthenticationMethodKeyStrength
-
Uses of AuthenticationMethodKeyStrength in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AuthenticationMethodKeyStrengthModifier and TypeMethodDescriptionPlatformCredentialAuthenticationMethod.getKeyStrength()Gets the keyStrength property value.WindowsHelloForBusinessAuthenticationMethod.getKeyStrength()Gets the keyStrength property value.Returns the enum constant of this type with the specified name.static AuthenticationMethodKeyStrength[]AuthenticationMethodKeyStrength.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 AuthenticationMethodKeyStrengthModifier and TypeMethodDescriptionvoidPlatformCredentialAuthenticationMethod.setKeyStrength(AuthenticationMethodKeyStrength value) Sets the keyStrength property value.voidWindowsHelloForBusinessAuthenticationMethod.setKeyStrength(AuthenticationMethodKeyStrength value) Sets the keyStrength property value.