bitflag enum ui.SshPropertySet.PropertyId

bitflag enum PropertyId
{
    UserName,
    AuthenticationMethod,
    PrivateKeyFile,
    RememberLastPassword,
    Process,
    PtyType,
    All                  = UserName | AuthenticationMethod | PrivateKeyFile | RememberLastPassword | Process | PtyType,
};