Gets an Icon instance that contains the
Security Question icon as it is displayed by the current operating system.
public static Icon SystemSecurityQuestion { get; }Public Shared ReadOnly Property SystemSecurityQuestion As Icon
Getpublic:
static property Icon^ SystemSecurityQuestion {
Icon^ get ();
}static member SystemSecurityQuestion : Icon with get
On Windows 11 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows 10 the icon contains 8 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows Vista, Windows 7 and Windows 8 the icon contains 5 images from 16x16 to 256x256. The 32x32 and 16x16 ones look like this:

On Windows XP and Linux/Mono this property returns the same value as the SecurityQuestion property.