How to verify if the player can use DX 11 shader ?

Hello, i want to verify if the player can run DX 11 shaders (Geometry shader). how could i do that ?

Any shaders that cannot run on a user’s machine are disabled automatically, so you probably can try detecting whether someone can run DX11 shaders by checking whether one of them is disabled.